Don't use a shell, silly, we don't have one!

This commit is contained in:
Jordan K. Hubbard 1994-11-06 01:34:14 +00:00
parent 2c305bdb3c
commit e294dc8a7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4194

View File

@ -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();
}