cvs commit: src/bin/sh var.c

Peter Avalos pavalos at crater.dragonflybsd.org
Sun Jan 14 07:15:53 PST 2007


pavalos     2007/01/14 07:14:52 PST

DragonFly src repository

  Modified files:
    bin/sh               var.c 
  Log:
  Spelling errors.
  
  POSIX demands that set's output (when invoked without arguments) should be
  sorted.  Sort the variables before printing.
  
  Provide a reasonable error message for `export -p var'.
  Use argv rather than argptr since getopt() is used here.
  
  Obtained-from:  FreeBSD
  
  Revision  Changes    Path
  1.14      +51 -11    src/bin/sh/var.c


http://www.dragonflybsd.org/cvsweb/src/bin/sh/var.c.diff?r1=1.13&r2=1.14&f=u





More information about the Commits mailing list