fix: start from index one

This commit is contained in:
Rejman Nascimento 2024-02-23 15:54:32 -03:00
commit c6e928c160

View file

@ -32,7 +32,7 @@ remove_flags() {
build_message () { build_message () {
local argv=("$@") local argv=("$@")
local argc=${#@} local argc=${#@}
local i=0 local i=1
while [[ $i -lt $argc ]]; while [[ $i -lt $argc ]];
do do