]> git.ipfire.org Git - thirdparty/coreutils.git/commit
pwd: assume -L mode by default, as per POSIX
authorPádraig Brady <P@draigBrady.com>
Mon, 30 Jun 2014 09:15:26 +0000 (10:15 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 30 Jun 2014 09:27:48 +0000 (10:27 +0100)
commit3e89d5bb9b34861c17cd23f5efd8323eec4f0bab
treeeba49317d57cc4c42db3e3bf2aa96102b37de23c
parentacb422bdd1b325285bb46883f02d8fc6402efd14
pwd: assume -L mode by default, as per POSIX

* src/pwd.c (main): Adjust default mode to be "logical"
and independent of the POSIXLY_CORRECT env var.
(usage): Mention the default mode of operation.
* doc/coreutils.texi (pwd invocation): Adjust accordingly.
* tests/misc/pwd-option.sh: Likewise.
* NEWS: Mention the change in behavior.
NEWS
doc/coreutils.texi
src/pwd.c
tests/misc/pwd-option.sh