cvs commit: src/bin/sh expand.c parser.c parser.h

Stefan Farfeleder stefanf at FreeBSD.org
Thu May 15 19:55:27 UTC 2008


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


More information about the cvs-all mailing list