diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-07-02 11:28:05 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-07-02 19:45:18 +0100 |
commit | 8e2219b09c513e6e0e8f83cca73baa05cd876f12 (patch) | |
tree | a30d9adbd0fc5032b922414318b8e490270fa317 /NEWS | |
parent | 07e40d5de8fe2a8276bd27f32af702e412d10206 (diff) | |
download | coreutils-8e2219b09c513e6e0e8f83cca73baa05cd876f12.tar.xz |
pwd: revert default mode back to -P
Revert commit v8.22-131-g3e89d5b as even though POSIX
states that the default mode should be -L,
common practice for stand-alone pwd implementations
is to default to -P.
* src/pwd.c (usage): Retain mention of the default mode of operation.
Suggested by Bob Proulx
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -117,9 +117,6 @@ 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 |