DragonFly commits List (threaded) for 2007-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/bin/sh var.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]