projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0e904
)
* src/groups.sh: Don't ignore first argument if later argument is --.
author
Eric Blake
<ebb9@byu.net>
Fri, 28 Sep 2007 23:09:30 +0000
(23:09 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 29 Sep 2007 05:53:49 +0000
(07:53 +0200)
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
patch
|
blob
|
history
src/groups.sh
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index b63e919acd55394febdfdcef5d98cb3110f2873d..0d98141ea887a5f3fd47d2dca93a6443b64c696b 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-09-28 Eric Blake <ebb9@byu.net>
+
+ * src/groups.sh: Don't ignore first argument if later argument is --.
+
2007-09-27 Jim Meyering <jim@meyering.net>
Avoid spurious test failure when SELinux stats "selinux/class".
diff --git
a/src/groups.sh
b/src/groups.sh
index 54ae918c7bfefc20847f696bde6f94d04fd4aacf..7afe52e712c839540680860f32662b19c6ea1d39 100755
(executable)
--- a/
src/groups.sh
+++ b/
src/groups.sh
@@
-52,6
+52,8
@@
do
-*)
echo "$0: invalid option: $arg" >&2
exit 1 ;;
+ *)
+ break ;;
esac
done