mirror of https://github.com/mirror/busybox.git
ash: fix warning in debug build
parent
c43430f1b9
commit
135cecbbce
|
@ -11848,7 +11848,9 @@ cmdloop(int top)
|
|||
#endif
|
||||
}
|
||||
n = parsecmd(inter);
|
||||
/* showtree(n); DEBUG */
|
||||
#if DEBUG
|
||||
showtree(n);
|
||||
#endif
|
||||
if (n == NEOF) {
|
||||
if (!top || numeof >= 50)
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue