Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 05:46:20 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <200104091246.f39CkKZ68864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/04/09 05:46:20 PDT

  Modified files:
    bin/sh               parser.c 
  Log:
  ``|'' should be more binding than ``!'' so that this isn't broken:
  
  	if ! echo bla | wc -c ; then
  		echo broken
  	fi
  
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.36      +14 -3     src/bin/sh/parser.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104091246.f39CkKZ68864>