fix: expected unary operator

This commit is contained in:
Rejman Nascimento 2024-02-23 11:12:46 -03:00
commit 4a3460a96d

View file

@ -34,7 +34,7 @@ build_message () {
local argc=${#@} local argc=${#@}
local i=0 local i=0
while [ $i -lt $argc ]; while [[ $i -lt $argc ]];
do do
if [[ "${argv[$i]}" =~ (-sa|-as) ]]; then if [[ "${argv[$i]}" =~ (-sa|-as) ]]; then
local attention='!' local attention='!'