Author: sjg
Date: Sun Sep  1 18:59:09 2013
New Revision: 255127
URL: http://svnweb.freebsd.org/changeset/base/255127

Log:
  Pay attention to errCheck!
  
  PR:           181715

Modified:
  head/contrib/bmake/compat.c

Modified: head/contrib/bmake/compat.c
==============================================================================
--- head/contrib/bmake/compat.c Sun Sep  1 17:37:19 2013        (r255126)
+++ head/contrib/bmake/compat.c Sun Sep  1 18:59:09 2013        (r255127)
@@ -340,7 +340,7 @@ again:
        /*
         * The following work for any of the builtin shell specs.
         */
-       if (shellErrFlag) {
+       if (errCheck && shellErrFlag) {
            shargv[shargc++] = shellErrFlag;
        }
        if (DEBUG(SHELL))
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to