[git commit master] ash: better comment. no code changes
Denys Vlasenko
vda.linux at googlemail.com
Sun Aug 30 18:05:10 UTC 2009
commit: http://git.busybox.net/busybox/commit/?id=a00329ca8edd29c62084e400aa972cfcd0a8ab02
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
shell/ash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shell/ash.c b/shell/ash.c
index bb9464a..35d5cde 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -6400,7 +6400,7 @@ varvalue(char *name, int varflags, int flags, struct strlist *var_str_list)
case '7':
case '8':
case '9':
- num = atoi(name); /* number(name) fails on ${var#str} etc */
+ num = atoi(name); /* number(name) fails on ${N#str} etc */
if (num < 0 || num > shellparam.nparam)
return -1;
p = num ? shellparam.p[num - 1] : arg0;
--
1.6.3.3
More information about the busybox-cvs
mailing list