Fixed shell quoting error

This commit is contained in:
Massimiliano Culpo 2016-03-10 14:08:43 +01:00
parent 835b47c196
commit 7ae6c62ddb

2
lib/spack/env/cc vendored
View File

@ -154,7 +154,7 @@ fi
input_command="$@"
if [ "$mode" == vcheck ] ; then
exec "${input_command}"
exec ${command} ${input_command}
fi
#