From ee87ebf3815d37cbdcaf766a06ed40d4ca0dfe81 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 21 Dec 2007 22:18:16 +0000 Subject: fix buglets found by randomconfig --- shell/ash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') 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) INIT_G_misc(); INIT_G_memstack(); INIT_G_var(); +#if ENABLE_ASH_ALIAS INIT_G_alias(); +#endif INIT_G_cmdtable(); #if PROFILE -- cgit v1.2.3