Merge pull request #471 from adamjstewart/typo/cc

Typo fix
This commit is contained in:
becker33 2016-03-01 13:55:33 -08:00
commit 99b76c8c3c

2
lib/spack/env/cc vendored
View file

@ -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