From 329982b723c4000b8371c54d51f5e2eaae71dc7a Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 28 Sep 2007 23:09:30 +0000 Subject: * src/groups.sh: Don't ignore first argument if later argument is --. Signed-off-by: Eric Blake --- src/groups.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/groups.sh b/src/groups.sh index 54ae918c7..7afe52e71 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -52,6 +52,8 @@ do -*) echo "$0: invalid option: $arg" >&2 exit 1 ;; + *) + break ;; esac done -- cgit v1.2.3-70-g09d2