1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-13 11:19:50 +00:00

Match original output.

Originally `z foo` printed a blank line after the command.  My recent
change accidentally changed how CMD interpreted the end of the file such
that CMD stopped printing the blank line.  This change adjusts the end
of the file to once again cause CMD to print a blank line on finish.
This commit is contained in:
Chris Antos
2020-12-30 04:50:29 -08:00
parent bda94435fc
commit be90b1a528

1
z.cmd
View File

@@ -124,4 +124,3 @@ popd
setlocal
set NewPath=%CD%
endlocal & popd & cd /d "%NewPath%"