mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
assign default debug level to the MSHDEBUG define
This commit is contained in:
parent
2b8a05a775
commit
14ff19b28a
@ -56,7 +56,7 @@
|
|||||||
/*#define MSHDEBUG 1*/
|
/*#define MSHDEBUG 1*/
|
||||||
|
|
||||||
#ifdef MSHDEBUG
|
#ifdef MSHDEBUG
|
||||||
int mshdbg = 0;
|
int mshdbg = MSHDEBUG;
|
||||||
|
|
||||||
#define DBGPRINTF(x) if(mshdbg>0)printf x
|
#define DBGPRINTF(x) if(mshdbg>0)printf x
|
||||||
#define DBGPRINTF0(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");
|
setval(mshdbg_var, "0");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
prompt = lookup("PS1");
|
prompt = lookup("PS1");
|
||||||
#ifdef CONFIG_FEATURE_SH_FANCY_PROMPT
|
#ifdef CONFIG_FEATURE_SH_FANCY_PROMPT
|
||||||
if (prompt->value == null)
|
if (prompt->value == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user