diff options
author | Erik Schnetter <schnetter@gmail.com> | 2017-03-11 13:52:08 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2017-03-11 12:52:08 -0600 |
commit | 63a8f79980628a3fea62f660b4fc6edecb9e7507 (patch) | |
tree | 90db6fa08d87f71e21350b91e5b011278ad151d8 /lib | |
parent | 7e3eaba89968ac95d7d376b8444786de9ebab834 (diff) | |
download | spack-63a8f79980628a3fea62f660b4fc6edecb9e7507.tar.gz spack-63a8f79980628a3fea62f660b4fc6edecb9e7507.tar.bz2 spack-63a8f79980628a3fea62f660b4fc6edecb9e7507.tar.xz spack-63a8f79980628a3fea62f660b4fc6edecb9e7507.zip |
Correct inconsistency in comment (#3414)
Diffstat (limited to 'lib')
-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 c0e97f3416..d7212bf89c 100755 --- a/lib/spack/env/cc +++ b/lib/spack/env/cc @@ -58,7 +58,7 @@ parameters=( # The default compiler flags are passed from these variables: # SPACK_CFLAGS, SPACK_CXXFLAGS, SPACK_FCFLAGS, SPACK_FFLAGS, # SPACK_LDFLAGS, SPACK_LDLIBS -# Debug env var is optional; set to true for debug logging: +# Debug env var is optional; set to "TRUE" for debug logging: # SPACK_DEBUG # Test command is used to unit test the compiler script. # SPACK_TEST_COMMAND |