Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > 2ed954c15cd71a85d2b668ecb248d0a2 > files > 9

tcsh-6.15-3mdv2009.0.src.rpm

diff --git a/sh.dol.c b/sh.dol.c
index 73ac3b2..0e7c87d 100755
--- a/sh.dol.c
+++ b/sh.dol.c
@@ -613,7 +613,7 @@ Dgetdol(void)
 
 	    for (i = 0; Isdigit(*np); i = i * 10 + *np++ - '0')
 		continue;
-	    if ((i < 0 || i > upb) && !any("-*", *np)) {
+	    if (i < 0 || i > upb) {
 		cleanup_until(&name);
 		dolerror(vp->v_name);
 		return;