Fix string comparison in createDiskImage script

This commit is contained in:
Lane Roathe 2019-06-18 08:10:48 -07:00
parent 7e0b7d5411
commit e0c1be04fe
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ fi
if [ $COPYBINARY -eq 1 ]
then
if [ "$CC65_SUPPORTS_APPLE_SINGLE" -eq 1 ]
if [ "$CC65_SUPPORTS_APPLE_SINGLE" = 1 ]
then
"$JAVA" -jar "$APPLECOMMANDER" -as "$DISKIMAGE" "$TARGETFILE" < "$SOURCEFILE"
elif [ $HASHEADER -eq 1 ]