From 549515312ac5442bb7b8984665e7a79aba862a3c Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 20 Sep 2011 15:13:22 +0200 Subject: //hyper spawn: fix spawn-debug-output for dash --- hyper/process/spawn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyper/process') diff --git a/hyper/process/spawn b/hyper/process/spawn index 95854c7d..f800a1bb 100755 --- a/hyper/process/spawn +++ b/hyper/process/spawn @@ -41,7 +41,7 @@ spawn() { defer rm 0 1 2 # spawn child process - ( : "in $PWD/ spawn ${*-"nothing"}" + ( : "in $PWD/ spawn ${*:-"nothing"}" exec 0>&- 1>&- 2>&- 0<>0 1<>1 2<>2 cd "$cwd" exec "$@") & -- cgit v1.2.3