aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lash.c2
-rw-r--r--sh.c2
-rw-r--r--shell/lash.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/lash.c b/lash.c
index 836fc9bab..4727e9b46 100644
--- a/lash.c
+++ b/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 }
diff --git a/sh.c b/sh.c
index 836fc9bab..4727e9b46 100644
--- a/sh.c
+++ b/sh.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 }
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 }