Date: Sat, 29 Oct 2005 18:41:36 +0000 (UTC) From: Stefan Farfeleder <stefanf@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh options.c Message-ID: <200510291841.j9TIfabS055202@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510291841.j9TIfabS055202>
