Skip to content

Commit 27a62bf

Browse files
committed
Fixes issue with 78800basic.sh file CRLF ending
1 parent eb632dd commit 27a62bf

18 files changed

+149
-37
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The following enhancements and changes have been made to Atari Dev Studio:
55
## 0.10.1
66

77
* Updated compile routine to ensure the 'code' document area is selected before determining the required document to compile (fix for when the console area active and not the code document area and not compiling)
8+
* Fixed an issue with the 7800basic.sh (and updated 2600basic.sh also) containing a CRLF ending causing the compiler to not process (thanks Mats).
89

910
## 0.10.0
1011

out/bin/compilers/7800basic/7800basic.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800basic.sh

+1
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fi
8888
7800makecc2$EXT "$1.bin"
8989

9090
exit 0
91+

out/bin/compilers/7800basic/7800filter.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800header.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800makecc2.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800optimize.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800postprocess.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800preprocess.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800rmt2asm.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800rmtfix.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/7800sign.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/banksetsymbols.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/dasm.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/lzsa.Linux.x64

100644100755
File mode changed.

out/bin/compilers/7800basic/snip.Linux.x64

100644100755
File mode changed.

out/bin/compilers/bB/2600basic.sh

-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ if [ "$?" -ne "0" ]
6060
fi
6161
echo "Build complete."
6262
exit
63-

package-lock.json

+147-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)