diff options
author | becker33 <becker33@llnl.gov> | 2016-03-01 13:55:33 -0800 |
---|---|---|
committer | becker33 <becker33@llnl.gov> | 2016-03-01 13:55:33 -0800 |
commit | 99b76c8c3cee4e5947e0cf3b33fe9194f03871b6 (patch) | |
tree | 51672cc222be8f7d63e3a9adb824140bc475eba2 | |
parent | 21181075b40367b3fa9891c51930c7aedcfab4bf (diff) | |
parent | a9f0b98d4d30e44032f5b9c86c5b6e27425098f5 (diff) | |
download | spack-99b76c8c3cee4e5947e0cf3b33fe9194f03871b6.tar.gz spack-99b76c8c3cee4e5947e0cf3b33fe9194f03871b6.tar.bz2 spack-99b76c8c3cee4e5947e0cf3b33fe9194f03871b6.tar.xz spack-99b76c8c3cee4e5947e0cf3b33fe9194f03871b6.zip |
Merge pull request #471 from adamjstewart/typo/cc
Typo fix
-rwxr-xr-x | lib/spack/env/cc | 2 |
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 |