From 2dd389fc47fb675a56dd9366cc90769c6542488d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 2 May 2018 10:52:18 -0400 Subject: Quote command execution --- with_env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $? -- cgit