summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/spack/env/cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/spack/env/cc b/lib/spack/env/cc
index dfb0801c56..644d2be1d6 100755
--- a/lib/spack/env/cc
+++ b/lib/spack/env/cc
@@ -155,7 +155,6 @@ input_command="$@"
if [ "$mode" == vcheck ] ; then
exec "${input_command}"
- exit
fi
#
@@ -343,5 +342,3 @@ if [ "$SPACK_DEBUG" = "TRUE" ]; then
fi
exec "${full_command[@]}"
-
-