intel : polished code

This commit is contained in:
alalazo 2016-02-24 09:17:04 +01:00
parent 4316f1cd31
commit 5ce97eeda5

3
lib/spack/env/cc vendored
View file

@ -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[@]}"