Invoke the _right_ shell. Sigh.

This commit is contained in:
jkh 1995-05-24 23:43:59 +00:00
parent 225fc8c770
commit fc233ba3a6
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: system.c,v 1.30 1995/05/24 22:37:44 jkh Exp $
* $Id: system.c,v 1.31 1995/05/24 23:36:50 jkh Exp $
*
* Jordan Hubbard
*
@ -95,7 +95,7 @@ systemInitialize(int argc, char **argv)
ioctl(0, TIOCSCTTY, (char *)NULL);
dup2(0, 1);
dup2(0, 2);
execlp(sh, "-sh", 0);
execlp("/stand/sh", "-sh", 0);
exit(1);
}

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: system.c,v 1.30 1995/05/24 22:37:44 jkh Exp $
* $Id: system.c,v 1.31 1995/05/24 23:36:50 jkh Exp $
*
* Jordan Hubbard
*
@ -95,7 +95,7 @@ systemInitialize(int argc, char **argv)
ioctl(0, TIOCSCTTY, (char *)NULL);
dup2(0, 1);
dup2(0, 2);
execlp(sh, "-sh", 0);
execlp("/stand/sh", "-sh", 0);
exit(1);
}

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: system.c,v 1.30 1995/05/24 22:37:44 jkh Exp $
* $Id: system.c,v 1.31 1995/05/24 23:36:50 jkh Exp $
*
* Jordan Hubbard
*
@ -95,7 +95,7 @@ systemInitialize(int argc, char **argv)
ioctl(0, TIOCSCTTY, (char *)NULL);
dup2(0, 1);
dup2(0, 2);
execlp(sh, "-sh", 0);
execlp("/stand/sh", "-sh", 0);
exit(1);
}