From fc17370becb9cfc78ac2e572f405149469d03731 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 Jul 2010 15:18:36 -0400 Subject: move to middle --- vcs.d/30vcs-cmd | 11 ----------- vcs.d/50vcs-cmd | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100755 vcs.d/30vcs-cmd create mode 100755 vcs.d/50vcs-cmd diff --git a/vcs.d/30vcs-cmd b/vcs.d/30vcs-cmd deleted file mode 100755 index 074523d..0000000 --- a/vcs.d/30vcs-cmd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -set -e - -IFS=' -' - -# check whether we can locate the vcs binary -if [ -n "$VCS" ] && which "$VCS" > /dev/null; then - # pass commands to the VCS application - $VCS $@ -fi diff --git a/vcs.d/50vcs-cmd b/vcs.d/50vcs-cmd new file mode 100755 index 0000000..074523d --- /dev/null +++ b/vcs.d/50vcs-cmd @@ -0,0 +1,11 @@ +#!/bin/sh +set -e + +IFS=' +' + +# check whether we can locate the vcs binary +if [ -n "$VCS" ] && which "$VCS" > /dev/null; then + # pass commands to the VCS application + $VCS $@ +fi -- cgit v1.2.3