From be90b1a5281c4c02b92de2b6916c2597c0998b2d Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Wed, 30 Dec 2020 04:50:29 -0800 Subject: [PATCH] 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. --- z.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/z.cmd b/z.cmd index fd86882..4ed4397 100644 --- a/z.cmd +++ b/z.cmd @@ -124,4 +124,3 @@ popd setlocal set NewPath=%CD% endlocal & popd & cd /d "%NewPath%" -