diff --git a/Userland/sh.cpp b/Userland/sh.cpp index 9f41ee206c..19c642e00d 100644 --- a/Userland/sh.cpp +++ b/Userland/sh.cpp @@ -470,9 +470,10 @@ static int runcmd(char* cmd) #ifdef SH_DEBUG dbgprintf("Now we gotta wait on children:\n"); -#endif for (auto& child : children) dbgprintf(" %d\n", child); +#endif + int wstatus = 0; int rc;