chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
22368e4
)
typo fixes
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 22:54:58 +0000
(22:54 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 9 Jun 2002 22:54:58 +0000
(22:54 +0000)
on-vc.sh
patch
|
blob
|
blame
|
history
diff --git
a/on-vc.sh
b/on-vc.sh
index 9cd3ce8600fc17e84cb295a15d2260b928ea0d28..54cc8126bc7e6af4abf15c0f46e9c407ddf4cdd1 100755
(executable)
--- a/
on-vc.sh
+++ b/
on-vc.sh
@@
-10,7
+10,7
@@
set -e
-fail () { echo 2>&1 "$0: $1" }
+fail () { echo 2>&1 "$0: $1"
; exit 1;
}
test $# = 3 || fail "usage: $0 VC USERNAME SCRIPT"
vc="$1"