From fcbb481cbd888d6ab66b09e649c754a012198e53 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 20 Sep 2011 15:45:30 +0200 Subject: //hyper spawn: set +x before rediring popes --- hyper/process/spawn | 1 + 1 file changed, 1 insertion(+) (limited to 'hyper/process') diff --git a/hyper/process/spawn b/hyper/process/spawn index cf93eb6b..65e94d86 100755 --- a/hyper/process/spawn +++ b/hyper/process/spawn @@ -42,6 +42,7 @@ spawn() { # spawn child process ( : "in $PWD/ spawn ${*:-nothing}" + set +x # disable debug output so we don't clobber 2 exec 0>&- 1>&- 2>&- 0<>0 1<>1 2<>2 cd "$cwd" exec "$@") & -- cgit v1.2.3