diff options
-rw-r--r-- | lash.c | 2 | ||||
-rw-r--r-- | sh.c | 2 | ||||
-rw-r--r-- | shell/lash.c | 2 |
3 files changed, 6 insertions, 0 deletions
@@ -1414,9 +1414,11 @@ int shell_main(int argc_l, char **argv_l) | |||
1414 | strcat(local_pending_command, " "); | 1414 | strcat(local_pending_command, " "); |
1415 | } | 1415 | } |
1416 | break; | 1416 | break; |
1417 | #ifdef BB_FEATURE_SH_ENVIRONMENT | ||
1417 | case 'x': | 1418 | case 'x': |
1418 | showXtrace = TRUE; | 1419 | showXtrace = TRUE; |
1419 | break; | 1420 | break; |
1421 | #endif | ||
1420 | default: | 1422 | default: |
1421 | usage(shell_usage); | 1423 | usage(shell_usage); |
1422 | } | 1424 | } |
@@ -1414,9 +1414,11 @@ int shell_main(int argc_l, char **argv_l) | |||
1414 | strcat(local_pending_command, " "); | 1414 | strcat(local_pending_command, " "); |
1415 | } | 1415 | } |
1416 | break; | 1416 | break; |
1417 | #ifdef BB_FEATURE_SH_ENVIRONMENT | ||
1417 | case 'x': | 1418 | case 'x': |
1418 | showXtrace = TRUE; | 1419 | showXtrace = TRUE; |
1419 | break; | 1420 | break; |
1421 | #endif | ||
1420 | default: | 1422 | default: |
1421 | usage(shell_usage); | 1423 | usage(shell_usage); |
1422 | } | 1424 | } |
diff --git a/shell/lash.c b/shell/lash.c index 836fc9bab..4727e9b46 100644 --- a/shell/lash.c +++ b/shell/lash.c | |||
@@ -1414,9 +1414,11 @@ int shell_main(int argc_l, char **argv_l) | |||
1414 | strcat(local_pending_command, " "); | 1414 | strcat(local_pending_command, " "); |
1415 | } | 1415 | } |
1416 | break; | 1416 | break; |
1417 | #ifdef BB_FEATURE_SH_ENVIRONMENT | ||
1417 | case 'x': | 1418 | case 'x': |
1418 | showXtrace = TRUE; | 1419 | showXtrace = TRUE; |
1419 | break; | 1420 | break; |
1421 | #endif | ||
1420 | default: | 1422 | default: |
1421 | usage(shell_usage); | 1423 | usage(shell_usage); |
1422 | } | 1424 | } |