projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
986e46a
)
Fixed spelling mistake in test_usage.sh
author
W. Trevor King
<wking@drexel.edu>
Sun, 21 Dec 2008 05:35:12 +0000
(
00:35
-0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 21 Dec 2008 05:35:12 +0000
(
00:35
-0500)
test_usage.sh
patch
|
blob
|
history
diff --git
a/test_usage.sh
b/test_usage.sh
index caa53883a60bea7e1b0b5e49cd1329ca96856a6f..42c0f2fed56beffaa53904268f205dc20976898b 100755
(executable)
--- a/
test_usage.sh
+++ b/
test_usage.sh
@@
-11,7
+11,7
@@
# Note that this script uses the *installed* version of be, not the
# one in your working tree.
-set -e # exit imediately on failed command
+set -e # exit im
m
ediately on failed command
set -o pipefail # pipes fail if any stage fails
set -v # verbose, echo commands to stdout