Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh back out previous; it causes /etc/rc to break on my a...



details:   https://anonhg.NetBSD.org/src/rev/9641df898ce0
branches:  trunk
changeset: 477151:9641df898ce0
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Oct 13 00:59:10 1999 +0000

description:
back out previous; it causes /etc/rc to break on my alpha and other lossage as reported in PR#8614

diffstat:

 bin/sh/eval.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 386855c9d85e -r 9641df898ce0 bin/sh/eval.c
--- a/bin/sh/eval.c     Tue Oct 12 20:02:47 1999 +0000
+++ b/bin/sh/eval.c     Wed Oct 13 00:59:10 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eval.c,v 1.48 1999/10/10 21:22:24 pk Exp $     */
+/*     $NetBSD: eval.c,v 1.49 1999/10/13 00:59:10 mrg Exp $    */
 
 /*-
  * Copyright (c) 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)eval.c     8.9 (Berkeley) 6/8/95";
 #else
-__RCSID("$NetBSD: eval.c,v 1.48 1999/10/10 21:22:24 pk Exp $");
+__RCSID("$NetBSD: eval.c,v 1.49 1999/10/13 00:59:10 mrg Exp $");
 #endif
 #endif /* not lint */
 
@@ -210,7 +210,6 @@
                evaltree(n->nbinary.ch1, EV_TESTED);
                if (evalskip || exitstatus != 0) {
                        /* don't bomb out on "set -e; false && true" */
-                       exitstatus = oexitstatus;
                        flags |= EV_TESTED;
                        goto out;
                }



Home | Main Index | Thread Index | Old Index