New file. Rewrite of nohup.sh in C.
authorJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 20:34:29 +0000 (20:34 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Jul 2003 20:34:29 +0000 (20:34 +0000)
commit8db77b89784b5fba5ec5b283eed4bf83ad4f5f28
tree65c63d502a58c5c8e80758e0921486759c92dc25
parent9c557c0a2782fa557b5b57a4f4420f0a06ffa125
New file.  Rewrite of nohup.sh in C.
This solves a portability problem: on at least Solaris systems,
when nohup.sh used the vendor /bin/sh, it would exit with status
of `1' rather than the required 126 or 127 upon failure to exec
the specified program.
src/nohup.c [new file with mode: 0644]