diff options
author | alalazo <massimiliano.culpo@googlemail.com> | 2016-02-24 09:17:04 +0100 |
---|---|---|
committer | alalazo <massimiliano.culpo@googlemail.com> | 2016-02-24 09:17:04 +0100 |
commit | 5ce97eeda52944128dc32c0d7728550d95520b0d (patch) | |
tree | 94cfcd49aa5ff427ae0ac4e09c11739f3f8f2fd4 | |
parent | 4316f1cd31afd18e35b5ebd9852a156d2c68c8df (diff) | |
download | spack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.gz spack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.bz2 spack-5ce97eeda52944128dc32c0d7728550d95520b0d.tar.xz spack-5ce97eeda52944128dc32c0d7728550d95520b0d.zip |
intel : polished code
-rwxr-xr-x | lib/spack/env/cc | 3 |
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[@]}" - - |