diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -65,11 +65,6 @@ #include <unistd.h> #include <getopt.h> -// fix compile with uClibc (which does #define index strchr) -andy -#ifdef index -#undef index -#endif - #undef BB_FEATURE_SH_WORDEXP #if BB_FEATURE_SH_WORDEXP |