summaryrefslogtreecommitdiff
path: root/with_env
diff options
context:
space:
mode:
Diffstat (limited to 'with_env')
-rwxr-xr-xwith_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/with_env b/with_env
index 6200ebe..6c19889 100755
--- a/with_env
+++ b/with_env
@@ -19,5 +19,5 @@ do
done
source activate $environ
-${commands[@]}
+"${commands[@]}"
exit $?