From 8ea4bbb11c09ceab8f2b2deeecb3a8af3fc95e21 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 30 Nov 2021 20:34:31 +0900 Subject: [PATCH 1/2] Fix typo in README.md enviroment -> environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 592c19e..a8b70a6 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ If you want to run SSH agent on startup, include the line `@call "%GIT_INSTALL_R Cmder is by default shipped with a vendored Git installation. On each instance of launching Cmder, an attempt is made to locate any other user provided Git binaries. Upon finding a `git.exe` binary, Cmder further compares its version against the vendored one _by executing_ it. The vendored `git.exe` binary is _only_ used when it is more recent than the user-installed one. -You may use your favorite version of Git by including its path in the `%PATH%` enviroment variable. Moreover, the **Mini** edition of Cmder (found on the [downloads page](https://github.com/cmderdev/cmder/releases)) excludes any vendored Git binaries. +You may use your favorite version of Git by including its path in the `%PATH%` environment variable. Moreover, the **Mini** edition of Cmder (found on the [downloads page](https://github.com/cmderdev/cmder/releases)) excludes any vendored Git binaries. ### Using external Cygwin/Babun, MSys2, WSL, or Git for Windows SDK with Cmder. From a1417f6cf93ed1ba8cbccd2ca19a7d3864308a63 Mon Sep 17 00:00:00 2001 From: Ihor Sofiichenko Date: Wed, 8 Dec 2021 23:49:14 +0200 Subject: [PATCH 2/2] Fix a problem with an ampersand character in path --- vendor/lib/lib_path.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/lib/lib_path.cmd b/vendor/lib/lib_path.cmd index 725b549..5788c35 100644 --- a/vendor/lib/lib_path.cmd +++ b/vendor/lib/lib_path.cmd @@ -74,7 +74,7 @@ exit /b set "find_query=%add_to_path%" set "find_query=%find_query:\=\\%" set "find_query=%find_query: =\ %" - set OLD_PATH=%PATH% + set "OLD_PATH=%PATH%" setlocal enabledelayedexpansion if "!found!" == "0" (