summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoralalazo <massimiliano.culpo@googlemail.com>2016-02-24 09:17:04 +0100
committeralalazo <massimiliano.culpo@googlemail.com>2016-02-24 09:17:04 +0100
commit5ce97eeda52944128dc32c0d7728550d95520b0d (patch)
tree94cfcd49aa5ff427ae0ac4e09c11739f3f8f2fd4 /lib
parent4316f1cd31afd18e35b5ebd9852a156d2c68c8df (diff)
downloadspack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.gz
spack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.bz2
spack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.xz
spack-5ce97eeda52944128dc32c0d7728550d95520b0d.zip
intel : polished code
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[@]}"
-
-