diff options
author | cvpcs <root@cvpcs.org> | 2010-06-03 10:39:05 -0500 |
---|---|---|
committer | cvpcs <root@cvpcs.org> | 2010-06-03 10:39:05 -0500 |
commit | 512fd1ee9ee3376658648d37f1fac923201d2fa8 (patch) | |
tree | b349eccfe77e64096c41568184cef9289710bd62 | |
parent | d09b367e808700872942d61a08495d10942c5f39 (diff) | |
download | external_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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |