aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/msh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/msh.c b/shell/msh.c
index bd4b8fdb2..2c0184392 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -56,7 +56,7 @@
56/*#define MSHDEBUG 1*/ 56/*#define MSHDEBUG 1*/
57 57
58#ifdef MSHDEBUG 58#ifdef MSHDEBUG
59int mshdbg = 0; 59int mshdbg = MSHDEBUG;
60 60
61#define DBGPRINTF(x) if(mshdbg>0)printf x 61#define DBGPRINTF(x) if(mshdbg>0)printf x
62#define DBGPRINTF0(x) if(mshdbg>0)printf x 62#define DBGPRINTF0(x) if(mshdbg>0)printf x
@@ -881,7 +881,6 @@ int msh_main(int argc, char **argv)
881 setval(mshdbg_var, "0"); 881 setval(mshdbg_var, "0");
882#endif 882#endif
883 883
884
885 prompt = lookup("PS1"); 884 prompt = lookup("PS1");
886#ifdef CONFIG_FEATURE_SH_FANCY_PROMPT 885#ifdef CONFIG_FEATURE_SH_FANCY_PROMPT
887 if (prompt->value == null) 886 if (prompt->value == null)