diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-06-30 10:15:26 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-06-30 10:27:48 +0100 |
commit | 3e89d5bb9b34861c17cd23f5efd8323eec4f0bab (patch) | |
tree | eba49317d57cc4c42db3e3bf2aa96102b37de23c /NEWS | |
parent | acb422bdd1b325285bb46883f02d8fc6402efd14 (diff) | |
download | coreutils-3e89d5bb9b34861c17cd23f5efd8323eec4f0bab.tar.xz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ GNU coreutils NEWS -*- outline -*- will now honor an empty or unknown TERM environment variable, and not output colors even with --colors=always. + pwd now conforms to POSIX and common practice with shell builtins + to assume -L by default, outputting $PWD from the environment if appropriate. + ** Improvements chroot has better --userspec and --group look-ups, with numeric IDs never |