summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/spack/env/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/env/cc b/lib/spack/env/cc
index 3e429fdf22..4a3e6eddc9 100755
--- a/lib/spack/env/cc
+++ b/lib/spack/env/cc
@@ -154,7 +154,7 @@ fi
input_command="$@"
if [ "$mode" == vcheck ] ; then
- exec ${command} ${input_command}
+ exec ${command} "$@"
fi
#