mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-13 03:09:49 +00:00
A better fix for the final blank line.
This commit is contained in:
8
z.cmd
8
z.cmd
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user