mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 13:47:05 +00:00
Use += in Bash shell script
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user