Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2009 16:17:57 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh parser.c
Message-ID:  <200910161618.n9GGIGaE025442@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-10-16 16:17:57 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               parser.c 
  Log:
  SVN rev 198173 on 2009-10-16 16:17:57Z by jilles
  
  sh: Show more information about syntax errors in command substitution:
  the line number where the command substitution started.
  This applies to both the $() and `` forms but is most useful for ``
  because the other line number is relative to the enclosed text there.
  (For older versions, -v can be used as a workaround.)
  
  Revision  Changes    Path
  1.65      +5 -0      src/bin/sh/parser.c



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