* src/groups.sh: Don't ignore first argument if later argument is --.

Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Eric Blake 2007-09-28 23:09:30 +00:00 committed by Jim Meyering
parent 5b0e904272
commit 329982b723
2 changed files with 6 additions and 0 deletions

View File

@ -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".

View File

@ -52,6 +52,8 @@ do
-*)
echo "$0: invalid option: $arg" >&2
exit 1 ;;
*)
break ;;
esac
done