aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvpcs <root@cvpcs.org>2010-06-03 10:39:05 -0500
committercvpcs <root@cvpcs.org>2010-06-03 10:39:05 -0500
commit512fd1ee9ee3376658648d37f1fac923201d2fa8 (patch)
treeb349eccfe77e64096c41568184cef9289710bd62
parentd09b367e808700872942d61a08495d10942c5f39 (diff)
downloadexternal_bash-512fd1ee9ee3376658648d37f1fac923201d2fa8.zip
external_bash-512fd1ee9ee3376658648d37f1fac923201d2fa8.tar.gz
external_bash-512fd1ee9ee3376658648d37f1fac923201d2fa8.tar.bz2
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 2e6f0fd..dcdc9d1 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