summaryrefslogtreecommitdiffstats
path: root/hyper/process/spawn
diff options
context:
space:
mode:
Diffstat (limited to 'hyper/process/spawn')
-rwxr-xr-xhyper/process/spawn1
1 files changed, 1 insertions, 0 deletions
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 "$@") &