aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-28 15:19:30 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-28 15:19:30 +0000
commit1428c4f13679935682a7c0d6d8193499afe20284 (patch)
treec46257fc4a027943138c78686946db26b4cd754c
parenta5716d302940da0391fec614abc91e5c00ff8781 (diff)
downloadbusybox-w32-1428c4f13679935682a7c0d6d8193499afe20284.tar.gz
busybox-w32-1428c4f13679935682a7c0d6d8193499afe20284.tar.bz2
busybox-w32-1428c4f13679935682a7c0d6d8193499afe20284.zip
Oops. Forgot an ifdef
-Erik
-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 }