Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 1995 09:59:25 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        cvs-bin, CVS-committers
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <199512101759.JAA26305@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       95/12/10 09:59:24

  Modified:    bin/sh    parser.c
  Log:
  The shell incorrectly gave & precedence over ;.  This breaks the
  traditional behaviour, and it violates Posix.2.
  
  Fixes PR # bin/880: /bin/sh incorrectly parse...
  
  Fixes also an earlier problem report about the shell not evaluating
  loops correctly.  (Not files via GNATS.)
  
  Submitted by:	nnd@itfs.nsk.su (Nickolay N. Dudorov)
  
  Revision  Changes    Path
  1.10      +19 -23    src/bin/sh/parser.c



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