diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/lash.c b/shell/lash.c index 836fc9b..4727e9b 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -1414,9 +1414,11 @@ int shell_main(int argc_l, char **argv_l) strcat(local_pending_command, " "); } break; +#ifdef BB_FEATURE_SH_ENVIRONMENT case 'x': showXtrace = TRUE; break; +#endif default: usage(shell_usage); } |