/[tar]/tar/src/system.c
ViewVC logotype

Diff of /tar/src/system.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26