diff options
author | tv <tv@iiso> | 2011-09-20 15:33:00 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-20 15:33:00 +0200 |
commit | fa1e71f1376a4983251821c6b74275dd4b726b4e (patch) | |
tree | d244bd15200eaa5407265890f83202422ec81295 | |
parent | 549515312ac5442bb7b8984665e7a79aba862a3c (diff) |
//process spawn: rm crufty "s
-rwxr-xr-x | hyper/process/spawn | 2 |
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 [32;1m$PWD/[m spawn [32m${*:-"[35;1mnothing"}[m" + ( : "in [32;1m$PWD/[m spawn [32m${*:-[35;1mnothing}[m" exec 0>&- 1>&- 2>&- 0<>0 1<>1 2<>2 cd "$cwd" exec "$@") & |