Fix launcher rename

Variable assignment is not an expression in shell
This commit is contained in:
sulyi 2021-01-17 06:34:40 +01:00 committed by Kevin Granade
parent 6f56901c61
commit 448e094d55
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ then
BIN=
for bin in cataclysm-tiles cataclysm
do
[ -f "$bin" ] && BIN="$bin" && break
[ -f "$bin" ] && BIN="$bin" break
done
fi