mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
randomconfig fix
This commit is contained in:
parent
5a82845f60
commit
701ac1864b
@ -4448,10 +4448,12 @@ int hush_main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!ENABLE_FEATURE_SH_EXTRA_QUIET && G.interactive_fd) {
|
#if ENABLE_HUSH_INTERACTIVE && !ENABLE_FEATURE_SH_EXTRA_QUIET
|
||||||
|
if (G.interactive_fd) {
|
||||||
printf("\n\n%s hush - the humble shell v"HUSH_VER_STR"\n", bb_banner);
|
printf("\n\n%s hush - the humble shell v"HUSH_VER_STR"\n", bb_banner);
|
||||||
printf("Enter 'help' for a list of built-in commands.\n\n");
|
printf("Enter 'help' for a list of built-in commands.\n\n");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (argv[optind] == NULL) {
|
if (argv[optind] == NULL) {
|
||||||
opt = parse_and_run_file(stdin);
|
opt = parse_and_run_file(stdin);
|
||||||
|
Loading…
Reference in New Issue
Block a user