Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 1996 08:17:26 -0700 (PDT)
From:      Steve Price <steve>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/sh eval.c
Message-ID:  <199610061517.IAA23937@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       96/10/06 08:17:23

  Modified:    bin/sh    eval.c
  Log:
  Fix a problem with sh that conflicts with the -e
  flag text in the man page.  Now this will work
  correctly:
  
  	/bin/sh -ec 'false && true; echo hi'
  
  Obtained from: VaX#n8 <vax@linkdead.paranoia.com>
  
  Revision  Changes    Path
  1.6       +5 -2      src/bin/sh/eval.c



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