summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-ak
blob: decec9a87ea683e995a4a9caf374cf2f933f8eb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ak,v 1.1 2002/01/31 15:02:23 minoura Exp $

--- sh.dol.c.orig	Thu Jul 26 00:48:04 2001
+++ sh.dol.c	Thu Jan 31 16:09:37 2002
@@ -585,10 +585,8 @@
 		c = DgetC(0);
 	    } while (Isdigit(c));
 	    unDredc(c);
-	    if (subscr < 0) {
-		dolerror(vp->v_name);
-		return;
-	    }
+	    if (subscr < 0)
+		stderror(ERR_RANGE);
 	    if (subscr == 0) {
 		if (bitset) {
 		    dolp = dolzero ? STR1 : STR0;