mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
user.eclass: Removed superfluous "shift" call (bug #592176).
This commit is contained in:
@@ -187,7 +187,6 @@ enewuser() {
|
||||
local egroups=$1; shift
|
||||
local g egroups_arr
|
||||
IFS="," read -r -a egroups_arr <<<"${egroups}"
|
||||
shift
|
||||
if [[ ${#egroups_arr[@]} -gt 0 ]] ; then
|
||||
local defgroup exgroups
|
||||
for g in "${egroups_arr[@]}" ; do
|
||||
|
||||
Reference in New Issue
Block a user