diff options
author | W. Trevor King <wking@drexel.edu> | 2008-12-21 00:35:12 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-12-21 00:35:12 -0500 |
commit | 07dc865218f825f61a4eb0f89d73bb7c184a6520 (patch) | |
tree | ef69863479f0512e495834b283702f1e309f2d2c /test_usage.sh | |
parent | 986e46aa72a2fc5086d2bf3232b7e71b9184e96a (diff) | |
download | bugseverywhere-07dc865218f825f61a4eb0f89d73bb7c184a6520.tar.gz |
Fixed spelling mistake in test_usage.sh
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-x | test_usage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh index caa5388..42c0f2f 100755 --- 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 immediately on failed command set -o pipefail # pipes fail if any stage fails set -v # verbose, echo commands to stdout |