[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
groups --version bug
From: |
Eric Blake |
Subject: |
groups --version bug |
Date: |
Mon, 16 Oct 2006 14:58:22 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
groups is the only coreutil that is inconsistent in its --version output.
2006-10-16 Eric Blake <address@hidden>
* src/groups.sh (version): Fix ordering.
Index: src/groups.sh
===================================================================
RCS file: /sources/coreutils/coreutils/src/groups.sh,v
retrieving revision 1.22
diff -u -r1.22 groups.sh
--- src/groups.sh 26 Sep 2006 19:11:26 -0000 1.22
+++ src/groups.sh 16 Oct 2006 14:57:58 -0000
@@ -32,11 +32,11 @@
Report bugs to <@PACKAGE_BUGREPORT@>."
version='groups (@GNU_PACKAGE@) @VERSION@
-Written by David MacKenzie.
-
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.'
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David MacKenzie.'
for arg
- groups --version bug,
Eric Blake <=