From: W. Trevor King Date: Sun, 21 Dec 2008 05:35:12 +0000 (-0500) Subject: Fixed spelling mistake in test_usage.sh X-Git-Tag: 1.0.0~88 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=07dc865218f825f61a4eb0f89d73bb7c184a6520;p=be.git Fixed spelling mistake in test_usage.sh --- 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