diff options
author | Erik Schnetter <schnetter@gmail.com> | 2016-04-05 07:42:23 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2016-04-05 07:42:23 -0400 |
commit | 4ce03b75bc628bd80a9798300043f3ec0a2ed7fa (patch) | |
tree | 69ad2cd4f9e0110e515b9476f7a29a36b3862781 | |
parent | 0ff059e388b856d7eed86d27a665a48b65bfa65f (diff) | |
download | spack-4ce03b75bc628bd80a9798300043f3ec0a2ed7fa.tar.gz spack-4ce03b75bc628bd80a9798300043f3ec0a2ed7fa.tar.bz2 spack-4ce03b75bc628bd80a9798300043f3ec0a2ed7fa.tar.xz spack-4ce03b75bc628bd80a9798300043f3ec0a2ed7fa.zip |
Correct typo
-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 aa1e0dbe29..18fd8f7bdb 100755 --- a/lib/spack/env/cc +++ b/lib/spack/env/cc @@ -66,7 +66,7 @@ function die { for param in $parameters; do if [[ -z ${!param} ]]; then - die "Spack compiler must be run from Apack! Input '$param' is missing." + die "Spack compiler must be run from Spack! Input '$param' is missing." fi done |