diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-02 10:55:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-02 10:55:28 -0400 |
commit | f6315e2bb78da4a73edb2b612dd356243d473d30 (patch) | |
tree | 960564d2875cbd02ce5536c1bae273b14ba20eae | |
parent | 4acfac27ed6789d5d14b86f44db3f0d384723ef1 (diff) | |
parent | 2dd389fc47fb675a56dd9366cc90769c6542488d (diff) | |
download | docker-buildsys-f6315e2bb78da4a73edb2b612dd356243d473d30.tar.gz |
Merge pull request #10 from jhunkeler/quote-command
Quote command execution
-rwxr-xr-x | with_env | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,5 +19,5 @@ do done source activate $environ -${commands[@]} +"${commands[@]}" exit $? |