Correct typo
This commit is contained in:
parent
0ff059e388
commit
4ce03b75bc
2
lib/spack/env/cc
vendored
2
lib/spack/env/cc
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user