diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-13 17:36:28 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-13 17:36:28 +0000 |
commit | b8c4cd33eadb66d459d47b5643af2dca214eeb0b (patch) | |
tree | 2851ebe22b7db5f2669b5d270185a1c96be53a53 /release/sysinstall/install.c | |
parent | 449f66f922592b163598b686727e50fd368ef9a7 (diff) | |
download | FreeBSD-src-b8c4cd33eadb66d459d47b5643af2dca214eeb0b.zip FreeBSD-src-b8c4cd33eadb66d459d47b5643af2dca214eeb0b.tar.gz |
Make the editor work again and we're done.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index f973bc3..a55fe6a 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.99 1996/06/11 10:16:53 jkh Exp $ + * $Id: install.c,v 1.100 1996/06/12 14:02:09 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -788,7 +788,7 @@ installVarDefaults(dialogMenuItem *self) variable_set2(VAR_CPIO_VERBOSITY, "high"); variable_set2(VAR_TAPE_BLOCKSIZE, DEFAULT_TAPE_BLOCKSIZE); if (RunningAsInit) - variable_set2(VAR_EDITOR, "/stand/ee"); + variable_set2(VAR_EDITOR, "/usr/bin/ee"); else { char *cp = getenv("EDITOR"); |