We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be90b1a commit e646d5bCopy full SHA for e646d5b
z.cmd
@@ -113,9 +113,7 @@ if /i "%RunMode%"=="-n" (
113
call "%LuaExe%" "%LuaScript%" "%RunMode%" %MatchType% %StrictSub% %InterMode% %StripMode% %*
114
)
115
116
-:end
117
-echo.
118
-goto :eof
+goto end
119
120
:popdir
121
rem -- Exploits variable expansion and the pushd stack to set the current
@@ -124,3 +122,7 @@ popd
124
122
setlocal
125
123
set NewPath=%CD%
126
endlocal & popd & cd /d "%NewPath%"
+
+:end
127
+echo.
128
0 commit comments