cc : handle spaces in folders?

This commit is contained in:
alalazo 2016-03-10 14:59:31 +01:00
parent 78ef0618bc
commit 30adc4c9b8

2
lib/spack/env/cc vendored
View file

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