assign default debug level to the MSHDEBUG define
authorMike Frysinger <vapier@gentoo.org>
Tue, 20 Jun 2006 20:37:01 +0000 (20:37 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 20 Jun 2006 20:37:01 +0000 (20:37 -0000)
shell/msh.c

index bd4b8fdb22bb4a7bdfe33900545ba804849041f5..2c0184392d539b2f4b975feb51b8b73c4ddbdef9 100644 (file)
@@ -56,7 +56,7 @@
 /*#define MSHDEBUG 1*/
 
 #ifdef MSHDEBUG
-int mshdbg = 0;
+int mshdbg = MSHDEBUG;
 
 #define DBGPRINTF(x)   if(mshdbg>0)printf x
 #define DBGPRINTF0(x)  if(mshdbg>0)printf x
@@ -881,7 +881,6 @@ int msh_main(int argc, char **argv)
                setval(mshdbg_var, "0");
 #endif
 
-
        prompt = lookup("PS1");
 #ifdef CONFIG_FEATURE_SH_FANCY_PROMPT
        if (prompt->value == null)