cc : handle spaces in folders?
This commit is contained in:
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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user