From: Glenn L McGrath Date: Wed, 11 Dec 2002 21:13:00 +0000 (-0000) Subject: Small bugfix, last_patch72 from Vladimir N. Oleynik X-Git-Tag: 1_00_pre1~302 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4501dbe5099df8f9b752165af927719c5b06b9b2;p=oweals%2Fbusybox.git Small bugfix, last_patch72 from Vladimir N. Oleynik --- diff --git a/shell/ash.c b/shell/ash.c index 715169053..696d554a9 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -3932,7 +3932,7 @@ static int typecmd(int argc, char **argv) argv_a[0] = argv[i]; argptr = argv_a; optptr = "v"; - err |= hashcmd(argc, argv); + err |= hashcmd(2, argv); } return err; }