From 1428c4f13679935682a7c0d6d8193499afe20284 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 28 Jul 2000 15:19:30 +0000 Subject: Oops. Forgot an ifdef -Erik --- lash.c | 2 ++ sh.c | 2 ++ shell/lash.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lash.c b/lash.c index 836fc9b..4727e9b 100644 --- a/lash.c +++ b/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); } diff --git a/sh.c b/sh.c index 836fc9b..4727e9b 100644 --- a/sh.c +++ b/sh.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); } 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); } -- cgit v1.1