aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c
index b71e1b624..5698bb5a5 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -6741,7 +6741,7 @@ int hush_main(int argc, char **argv)
int lash_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int lash_main(int argc, char **argv)
{
- //bb_error_msg("lash is deprecated, please use hush instead");
+ bb_error_msg("lash is deprecated, please use hush instead");
return hush_main(argc, argv);
}
#endif