Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2001 02:30:51 -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:  <200104040930.f349UpB55453@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2001/04/04 02:30:50 PDT

  Modified files:
    bin/sh               parser.c 
  Log:
  Handle ``!'' characters when they appear as second and subsequent
  parts of an && or || expression.
  
  This makes this expression work as expected:
  
  	if true && ! false; then echo yes; fi
  
  Revision  Changes    Path
  1.34      +4 -1      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?200104040930.f349UpB55453>