diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-02 10:52:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-02 10:52:18 -0400 |
commit | 2dd389fc47fb675a56dd9366cc90769c6542488d (patch) | |
tree | 960564d2875cbd02ce5536c1bae273b14ba20eae | |
parent | 4acfac27ed6789d5d14b86f44db3f0d384723ef1 (diff) | |
download | docker-buildsys-2dd389fc47fb675a56dd9366cc90769c6542488d.tar.gz |
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 $? |