summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-06 01:34:14 +0000
committerjkh <jkh@FreeBSD.org>1994-11-06 01:34:14 +0000
commitd8b995a391561338cda99f72acf56d938c8449a7 (patch)
tree85054e7844203ba8528b8d0332c56d645706f1e0 /sbin
parentaa447b40aeda5a8bc8f3cab49726d3ac25bbc056 (diff)
downloadFreeBSD-src-d8b995a391561338cda99f72acf56d938c8449a7.zip
FreeBSD-src-d8b995a391561338cda99f72acf56d938c8449a7.tar.gz
Don't use a shell, silly, we don't have one!
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/ourcurses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sysinstall/ourcurses.c b/sbin/sysinstall/ourcurses.c
index 0edcda8..f885099 100644
--- a/sbin/sysinstall/ourcurses.c
+++ b/sbin/sysinstall/ourcurses.c
@@ -179,6 +179,6 @@ ShowFile(char *filename, char *header)
}
dialog_clear();
sprintf(buf, "/stand/gzip -c -d %s", filename);
- dialog_prgbox(header, buf, LINES-1, COLS, TRUE, TRUE);
+ dialog_prgbox(header, buf, LINES-1, COLS, TRUE, FALSE);
dialog_clear();
}
OpenPOWER on IntegriCloud