chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4afd32f
)
set PATH
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 23:30:20 +0000
(23:30 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 23:30:20 +0000
(23:30 +0000)
on-vc.sh
patch
|
blob
|
blame
|
history
diff --git
a/on-vc.sh
b/on-vc.sh
index 2761685e6cbea13b8899bda497ec47fe88ab4f60..e68d1a7e1bf14e611c341006a8c4984a543c2557 100755
(executable)
--- a/
on-vc.sh
+++ b/
on-vc.sh
@@
-9,6
+9,8
@@
set -e
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+
fail () { echo 2>&1 "$0: $1"; exit 1; }
test $# = 2 || fail "usage: $0 VC SCRIPT"