projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb7a17
)
Small bugfix, last_patch72 from Vladimir N. Oleynik
author
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Dec 2002 21:13:00 +0000
(21:13 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Wed, 11 Dec 2002 21:13:00 +0000
(21:13 -0000)
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 71516905395b76f862a207aad0881dc47eeffe02..696d554a9114c091d32270dc093ff6e611c3f956 100644
(file)
--- 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;
}