cvs commit: src/bin/sh options.c
Stefan Farfeleder
stefanf at FreeBSD.org
Sat Oct 29 11:41:36 PDT 2005
stefanf 2005-10-29 18:41:36 UTC
FreeBSD src repository
Modified files:
bin/sh options.c
Log:
Include disabled options in the output of 'set +o'. POSIX says the output of
set +o can be used to reload previous settings, for this to work disabled
options must be printed as well or otherwise options that were set in the mean
time won't be turned off.
To avoid an excessively long output line I formatted the output to print only
six options per line.
Submitted by: Jilles Tjoelker
PR: 73500
Revision Changes Path
1.24 +8 -11 src/bin/sh/options.c
More information about the cvs-src
mailing list