user.eclass: Removed superfluous "shift" call (bug #592176).

This commit is contained in:
Lars Wendler
2016-08-29 10:49:22 +02:00
parent 8e6b4eec3e
commit 02698677b5

View File

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