Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by gray, Sat Oct 4 18:13:02 2003 UTC | revision 1.2 by eggert, Mon Oct 27 05:41:15 2003 UTC | |
|---|---|---|
| # | Line 214 sys_spawn_shell () | Line 214 sys_spawn_shell () |
| 214 | child = xfork (); | child = xfork (); |
| 215 | if (child == 0) | if (child == 0) |
| 216 | { | { |
| 217 | execlp (shell, "-sh", "-i", 0); | execlp (shell, "-sh", "-i", (char *) 0); |
| 218 | exec_fatal (shell); | exec_fatal (shell); |
| 219 | } | } |
| 220 | else | else |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |