Fixed shell quoting error
This commit is contained in:
parent
835b47c196
commit
7ae6c62ddb
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 "${input_command}"
|
exec ${command} ${input_command}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user