aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/system.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-25 01:52:04 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-25 01:52:04 +0000
commita3028ab123133f9812c6c39e72007bed9ae8e224 (patch)
treed8c23ecdb788b7a097b3537bb59287ca79f0df08 /release/sysinstall/system.c
parent39ae3f1529fb02a837885abdfa100fb8e572a9bf (diff)
Notes
Diffstat (limited to 'release/sysinstall/system.c')
-rw-r--r--release/sysinstall/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 022e0d92b6e3..f1d7ab3ba532 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/system.c
@@ -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.31 1995/05/24 23:36:50 jkh Exp $
+ * $Id: system.c,v 1.32 1995/05/24 23:43:59 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("/stand/sh", "-sh", 0);
+ execlp("sh", "-sh", 0);
exit(1);
}