This commit is contained in:
Lane Roathe 2021-09-11 02:23:45 -07:00 committed by GitHub
commit 7c490254c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ]