mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
debug
This commit is contained in:
parent
fcab51da2b
commit
8ac540ebb6
4
vendor/init.bat
vendored
4
vendor/init.bat
vendored
@ -238,10 +238,10 @@ goto :CONFIGURE_GIT
|
|||||||
if defined GIT_INSTALL_ROOT (
|
if defined GIT_INSTALL_ROOT (
|
||||||
rem add the unix commands at the end to not shadow windows commands like more
|
rem add the unix commands at the end to not shadow windows commands like more
|
||||||
if "%prefer_windows_commands%" == "1" (
|
if "%prefer_windows_commands%" == "1" (
|
||||||
echo PREFERRING WINDOWS COMMANDS
|
%lib_console% debug_output init.bat "Preferring Windows commands"
|
||||||
set "path_position=append"
|
set "path_position=append"
|
||||||
) else (
|
) else (
|
||||||
echo PREFERRING UNIX COMMANDS
|
%lib_console% debug_output init.bat "Preferring *nix commands"
|
||||||
set "path_position="
|
set "path_position="
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user