cvs commit: src/bin/sh builtins.def mkbuiltins

Stefan Farfeleder stefanf at FreeBSD.org
Sun Apr 2 18:43:34 UTC 2006


stefanf     2006-04-02 18:43:34 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               builtins.def mkbuiltins 
  Log:
  Use -s to flag POSIX's "special built-in" utilities in builtins.def.  Add a
  new member to struct builtincmd and set it to 1 if -s was specified.  This
  is done because there are cases where special builtins must be treated
  differently from other builtins.
  
  Obtained from:  NetBSD (builtins.def part)
  
  Revision  Changes    Path
  1.19      +22 -20    src/bin/sh/builtins.def
  1.16      +8 -2      src/bin/sh/mkbuiltins


More information about the cvs-src mailing list