Skip to content

Commit

Permalink
Merge pull request cmderdev#2635 from asoluter/master
Browse files Browse the repository at this point in the history
Fix a problem with an ampersand character in path
  • Loading branch information
daxgames authored Jan 15, 2022
2 parents 83a95d1 + a1417f6 commit 66f9d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lib/lib_path.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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" (
Expand Down

0 comments on commit 66f9d58

Please sign in to comment.