@ -29,7 +29,7 @@ if [[ "${2}" == "" ]] || [[ $2 -eq 0 ]]; then
else
c=0
for svg in "${1}"*.svg ; do
if [ "${c}" != "${2}" ]; then
if [[ ${c} -ne ${2} ]]; then
let "c=c+1"
continue
fi