summaryrefslogtreecommitdiffstats
path: root/hyper/process/spawn
Commit message (Collapse)AuthorAgeFilesLines
* //hyper spawn: set +x before rediring popestv2011-09-201-0/+1
|
* //hyper spawn: defer cd, so Solaris's sh can rmdirtv2011-09-201-1/+1
|
* //process spawn: rm crufty "stv2011-09-201-1/+1
|
* //hyper spawn: fix spawn-debug-output for dashtv2011-09-201-1/+1
|
* //hyper spawn: use well known //proc dirtv2011-09-201-13/+45
| | | | | | | | | | this commit also spawns the command in the current $PWD so spawn ls & co. are viable commands. this commit also sets up a trap for TERM, so dash behaves nicely, again. also we now've got more documentation and debug output [if called with sh -x].
* //hyper/process/spawn: defer w/ dash-compat traptv2011-09-201-2/+2
|
* //hyper/process/spawn: initial committv2011-09-201-0/+70