Skip to content

Commit

Permalink
Fix for #233
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Aug 2, 2016
1 parent 76b6fc7 commit 588e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ybd/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def run_sandboxed(dn, command, env=None, allow_parallel=False):
network='isolated',
)

argv = ['sh', '-c', command]
argv = ['sh', '-c', '-e', command]

cur_makeflags = env.get("MAKEFLAGS")

Expand Down

0 comments on commit 588e7c7

Please sign in to comment.