aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 10:39:05 -0500
committerDan Pasanen <dan.pasanen@gmail.com>2014-10-02 14:25:40 -0500
commit97e3d72ae5ded73091fba1a8e87decf1f2f36356 (patch)
tree9bc609b701c350874759e140f253d9c2e815e08d
parent375cdd27e8ac4b599406404cb73964e789ddf0d3 (diff)
downloadandroid_external_bash-97e3d72ae5ded73091fba1a8e87decf1f2f36356.tar.gz
android_external_bash-97e3d72ae5ded73091fba1a8e87decf1f2f36356.tar.bz2
android_external_bash-97e3d72ae5ded73091fba1a8e87decf1f2f36356.zip
removed "help" internal, as it seems pretty useless
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 6f4fdcb..ba7e503 100644
--- a/config.h
+++ b/config.h
@@ -74,7 +74,7 @@
/* Define HELP_BUILTIN if you want the `help' shell builtin and the long
documentation strings compiled into the shell. */
-#define HELP_BUILTIN 1
+/* #undef HELP_BUILTIN */
/* Define RESTRICTED_SHELL if you want the generated shell to have the
ability to be a restricted one. The shell thus generated can become