summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-03-01 15:53:53 -0600
committerAdam J. Stewart <ajstewart426@gmail.com>2016-03-01 15:53:53 -0600
commita9f0b98d4d30e44032f5b9c86c5b6e27425098f5 (patch)
tree51672cc222be8f7d63e3a9adb824140bc475eba2 /lib
parent21181075b40367b3fa9891c51930c7aedcfab4bf (diff)
downloadspack-a9f0b98d4d30e44032f5b9c86c5b6e27425098f5.tar.gz
spack-a9f0b98d4d30e44032f5b9c86c5b6e27425098f5.tar.bz2
spack-a9f0b98d4d30e44032f5b9c86c5b6e27425098f5.tar.xz
spack-a9f0b98d4d30e44032f5b9c86c5b6e27425098f5.zip
Typo fix
Diffstat (limited to 'lib')
-rwxr-xr-xlib/spack/env/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/env/cc b/lib/spack/env/cc
index aacba996b3..a323c48124 100755
--- a/lib/spack/env/cc
+++ b/lib/spack/env/cc
@@ -130,7 +130,7 @@ if [ -z "$mode" ]; then
done
fi
-# Dump the version and exist if we're in testing mode.
+# Dump the version and exit if we're in testing mode.
if [ "$SPACK_TEST_COMMAND" = "dump-mode" ]; then
echo "$mode"
exit