Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Apr 2010 20:35:39 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <201004032035.o33KZr16006411@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-04-03 20:35:39 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               parser.c 
  Log:
  SVN rev 206144 on 2010-04-03 20:35:39Z by jilles
  
  sh: Treat unexpected newlines in substitutions as a syntax error.
  
  The old approach was wrong because PS2 was not used and seems unlikely to
  parse extensions (ksh93's ${ COMMAND} may well fail to parse).
  
  Exp-run done by: erwin (with some other sh(1) changes)
  
  Revision  Changes    Path
  1.75      +4 -0      src/bin/sh/parser.c



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