Use += in Bash shell script

This commit is contained in:
Rangi42
2026-09-21 13:27:03 -04:00
parent 2882424407
commit c8b05a6a46
+1 -1
View File
@@ -115,7 +115,7 @@ for f in *.[12]bpp; do
if [[ -e "${f%.[12]bpp}.flags" ]]; then
flags="@${f%.[12]bpp}.flags"
if [[ -e "${f%.1bpp}.flags" ]]; then
flags="$flags -d 1"
flags+=" -d 1"
fi
fi