summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-26 09:46:35 +0000
committerJim Meyering <jim@meyering.net>2006-09-26 09:46:35 +0000
commitbbab62fd272c6ae29f4f46dce81cc10d33c9ffea (patch)
tree357ecbb569348d9652000cf18d53a8101fc88678 /ChangeLog
parent5f65d05616fa46fa892c4ee550c6f4df2f4d0b03 (diff)
downloadcoreutils-bbab62fd272c6ae29f4f46dce81cc10d33c9ffea.tar.xz
* src/groups.sh: When invoked with 0 or 1 argument, just exec "id".
Rewrite to avoid using temporary, $status.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7586f5462..c9e952212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-09-26 Jim Meyering <jim@meyering.net>
+ * src/groups.sh: When invoked with 0 or 1 argument, just exec "id".
+ Rewrite to avoid using temporary, $status.
+
* NEWS: Mention the bug fix.
* src/groups.sh: Don't hide a write failure.
Reported by Iain Calder <ic56@rogers.com>.