cc : handle spaces in folders?
This commit is contained in:
parent
78ef0618bc
commit
30adc4c9b8
1 changed files with 1 additions and 1 deletions
2
lib/spack/env/cc
vendored
2
lib/spack/env/cc
vendored
|
@ -154,7 +154,7 @@ fi
|
||||||
input_command="$@"
|
input_command="$@"
|
||||||
|
|
||||||
if [ "$mode" == vcheck ] ; then
|
if [ "$mode" == vcheck ] ; then
|
||||||
exec ${command} ${input_command}
|
exec ${command} "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue