summaryrefslogtreecommitdiffstats
path: root/hyper
diff options
context:
space:
mode:
authortv <tv@iiso>2011-09-20 15:33:00 +0200
committertv <tv@iiso>2011-09-20 15:33:00 +0200
commitfa1e71f1376a4983251821c6b74275dd4b726b4e (patch)
treed244bd15200eaa5407265890f83202422ec81295 /hyper
parent549515312ac5442bb7b8984665e7a79aba862a3c (diff)
//process spawn: rm crufty "s
Diffstat (limited to 'hyper')
-rwxr-xr-xhyper/process/spawn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyper/process/spawn b/hyper/process/spawn
index f800a1bb..01ca2a04 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 "$@") &