mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-01 14:03:30 +08:00
* 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:
parent
5b0e904272
commit
329982b723
@ -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>
|
2007-09-27 Jim Meyering <jim@meyering.net>
|
||||||
|
|
||||||
Avoid spurious test failure when SELinux stats "selinux/class".
|
Avoid spurious test failure when SELinux stats "selinux/class".
|
||||||
|
@ -52,6 +52,8 @@ do
|
|||||||
-*)
|
-*)
|
||||||
echo "$0: invalid option: $arg" >&2
|
echo "$0: invalid option: $arg" >&2
|
||||||
exit 1 ;;
|
exit 1 ;;
|
||||||
|
*)
|
||||||
|
break ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user