Unbreak allbareconfig.
This commit is contained in:
@@ -2664,11 +2664,8 @@ int hush_main(int argc, char **argv)
|
|||||||
|
|
||||||
/* Initialize some more globals to non-zero values */
|
/* Initialize some more globals to non-zero values */
|
||||||
set_cwd();
|
set_cwd();
|
||||||
#ifdef CONFIG_FEATURE_COMMAND_EDITING
|
if (ENABLE_FEATURE_COMMAND_EDITING) cmdedit_set_initial_prompt();
|
||||||
cmdedit_set_initial_prompt();
|
else PS1 = NULL;
|
||||||
#else
|
|
||||||
PS1 = NULL;
|
|
||||||
#endif
|
|
||||||
PS2 = "> ";
|
PS2 = "> ";
|
||||||
|
|
||||||
/* initialize our shell local variables with the values
|
/* initialize our shell local variables with the values
|
||||||
|
Reference in New Issue
Block a user