summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-05-02 10:52:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-05-02 10:52:18 -0400
commit2dd389fc47fb675a56dd9366cc90769c6542488d (patch)
tree960564d2875cbd02ce5536c1bae273b14ba20eae
parent4acfac27ed6789d5d14b86f44db3f0d384723ef1 (diff)
downloaddocker-buildsys-2dd389fc47fb675a56dd9366cc90769c6542488d.tar.gz
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 $?