From 5f889cf83b42129ea7aa118b0acb091589a126b2 Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sun, 24 Jun 2018 13:41:22 -0700 Subject: [PATCH] fixing output muting of subroutine definition --- kmd/windows/verus-cli/verus.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmd/windows/verus-cli/verus.bat b/kmd/windows/verus-cli/verus.bat index e65bd98ff..0bf87d33b 100644 --- a/kmd/windows/verus-cli/verus.bat +++ b/kmd/windows/verus-cli/verus.bat @@ -3,7 +3,7 @@ komodo-cli.exe -ac_name=VRSC %1 %2 %3 %4 %5 %6 %7 %8 %9 @goto :EOF -@:GET_CURRENT_DIR +:GET_CURRENT_DIR @pushd %~dp0 @set THIS_DIR=%CD% @popd