summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-05-02 10:55:28 -0400
committerGitHub <noreply@github.com>2018-05-02 10:55:28 -0400
commitf6315e2bb78da4a73edb2b612dd356243d473d30 (patch)
tree960564d2875cbd02ce5536c1bae273b14ba20eae
parent4acfac27ed6789d5d14b86f44db3f0d384723ef1 (diff)
parent2dd389fc47fb675a56dd9366cc90769c6542488d (diff)
downloaddocker-buildsys-f6315e2bb78da4a73edb2b612dd356243d473d30.tar.gz
Merge pull request #10 from jhunkeler/quote-command
Quote command execution
-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 $?