Skip to content

Commit 9e50305

Browse files
committed
fix2: space in basic filename under windows
1 parent 7c048a0 commit 9e50305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

7800bas.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if X"%bas7800dir%" == X goto nobasic
44
7800preprocess.exe <"%~f1" >"%~1.pre"
55
7800basic.exe -i "%bas7800dir%" -b "%~1" -p "%~1.pre"
66
if errorlevel 1 goto basicerror
7-
del "%1.pre"
7+
del "%~1.pre"
88
if X%2 == X-O goto optimize
99
7800postprocess -i "%bas7800dir%" > "%~f1.asm"
1010
goto nooptimize

0 commit comments

Comments
 (0)