Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2008 19:55:27 +0000 (UTC)
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh expand.c parser.c parser.h
Message-ID:  <200805151955.m4FJtRMb099378@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
stefanf     2008-05-15 19:55:27 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               expand.c parser.c parser.h 
  Log:
  Expand $LINENO to the current line number.  This is required by SUSv3's "User
  Portability Utilities" option.
  
  Often configure scripts generated by the autotools test if $LINENO works and
  refuse to use /bin/sh if not.
  
  Package test run by:    pav
  
  Revision  Changes    Path
  1.53      +8 -1      src/bin/sh/expand.c
  1.59      +22 -3     src/bin/sh/parser.c
  1.12      +5 -3      src/bin/sh/parser.h



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