diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-05 22:15:52 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-02-05 22:15:52 +0000 |
| commit | 63cad5499d30b32c21c503ed0355c93e019aa908 (patch) | |
| tree | 500646030aa6c2673dbea985fcebbdc05324dae7 /release/sysinstall/main.c | |
| parent | 23426719ecf5f247390c8ae8a4f2fba74de7df5a (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/main.c')
| -rw-r--r-- | release/sysinstall/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index 5840896154f2..9f6c812d45ee 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.49 1998/03/10 13:42:02 jkh Exp $ + * $Id: main.c,v 1.50 1999/01/08 00:14:22 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -72,7 +72,7 @@ main(int argc, char **argv) installEnvironment(); if (argc > 1 && !strcmp(argv[1], "-fake")) { - variable_set2(VAR_DEBUG, "YES"); + variable_set2(VAR_DEBUG, "YES", 0); Fake = TRUE; msgConfirm("I'll be just faking it from here on out, OK?"); } |
