aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
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;
}