diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-21 22:18:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-12-21 22:18:16 +0000 |
commit | ee87ebf3815d37cbdcaf766a06ed40d4ca0dfe81 (patch) | |
tree | e65c2e36f20bd2a1134fc12269b5167cbf5c6782 /shell | |
parent | 26b6fba9d33bb4ce117db4ad22a94f05d04ff8be (diff) | |
download | busybox-w32-ee87ebf3815d37cbdcaf766a06ed40d4ca0dfe81.tar.gz busybox-w32-ee87ebf3815d37cbdcaf766a06ed40d4ca0dfe81.tar.bz2 busybox-w32-ee87ebf3815d37cbdcaf766a06ed40d4ca0dfe81.zip |
fix buglets found by randomconfig
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index f7604cf93..a5b19c863 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -12900,7 +12900,9 @@ int ash_main(int argc, char **argv) | |||
12900 | INIT_G_misc(); | 12900 | INIT_G_misc(); |
12901 | INIT_G_memstack(); | 12901 | INIT_G_memstack(); |
12902 | INIT_G_var(); | 12902 | INIT_G_var(); |
12903 | #if ENABLE_ASH_ALIAS | ||
12903 | INIT_G_alias(); | 12904 | INIT_G_alias(); |
12905 | #endif | ||
12904 | INIT_G_cmdtable(); | 12906 | INIT_G_cmdtable(); |
12905 | 12907 | ||
12906 | #if PROFILE | 12908 | #if PROFILE |