1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-14 01:58:50 +00:00

A better fix for the final blank line.

This commit is contained in:
Chris Antos
2020-12-30 05:00:26 -08:00
parent be90b1a528
commit e646d5baa5
+5 -3
View File
@@ -113,9 +113,7 @@ if /i "%RunMode%"=="-n" (
call "%LuaExe%" "%LuaScript%" "%RunMode%" %MatchType% %StrictSub% %InterMode% %StripMode% %*
)
:end
echo.
goto :eof
goto end
:popdir
rem -- Exploits variable expansion and the pushd stack to set the current
@@ -124,3 +122,7 @@ popd
setlocal
set NewPath=%CD%
endlocal & popd & cd /d "%NewPath%"
:end
echo.