This commit is contained in:
Adam J. Stewart 2016-03-01 15:53:53 -06:00
parent 21181075b4
commit a9f0b98d4d

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