Skip to content

Commit

Permalink
user.eclass: Removed superfluous "shift" call (bug #592176).
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wendler committed Aug 29, 2016
1 parent 8e6b4ee commit 0269867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eclass/user.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0269867

Please sign in to comment.