From 8ac540ebb6b58426f78d831bad284bc1f33c47c5 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 2 Dec 2018 11:51:00 -0500 Subject: [PATCH] debug --- vendor/init.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/init.bat b/vendor/init.bat index bac8cf2..81ce792 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -238,10 +238,10 @@ goto :CONFIGURE_GIT if defined GIT_INSTALL_ROOT ( rem add the unix commands at the end to not shadow windows commands like more if "%prefer_windows_commands%" == "1" ( - echo PREFERRING WINDOWS COMMANDS + %lib_console% debug_output init.bat "Preferring Windows commands" set "path_position=append" ) else ( - echo PREFERRING UNIX COMMANDS + %lib_console% debug_output init.bat "Preferring *nix commands" set "path_position=" )