Skip to content

Commit

Permalink
used_free_uidgids.sh: syntax fixup
Browse files Browse the repository at this point in the history
<juippis> bin/used_free_uidgids.sh: line 95: reasons{range_end+1]=RESERVED: command not found

Signed-off-by: Jaco Kroon <[email protected]>
Closes: #366
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Jaco Kroon authored and juippis committed Feb 9, 2021
1 parent f3639b2 commit 90316d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/used_free_uidgids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ consume()

if [[ ${range_end} -lt ${ranges[k]} ]]; then
ranges[range_end+1]=${ranges[k]}
reasons{range_end+1]=${reasons[k]}
reasons[range_end+1]=${reasons[k]}
fi
[[ ${range_start} -gt ${k} ]] && ranges[k]=$(( range_start - 1 ))
break
Expand Down

0 comments on commit 90316d9

Please sign in to comment.