Skip to content

Commit e3577d7

Browse files
Merge branch 'release/v1.3.1'
2 parents 8fc1c18 + 44c9f58 commit e3577d7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.3.1] - 2021-08-04
10+
11+
### Fixed
12+
- Fixed error caused by parentheses in system environmental path.
13+
914
## [1.3.0] - 2021-07-02
1015

1116
### Added

cli_changer.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rem +------------------------------------------------+
1919
rem -------------------
2020
rem Default Variables
2121
rem -------------------
22-
set $scriptVersion=1.3.0
22+
set $scriptVersion=1.3.1
2323

2424
set $defaultInstallPath[0]=C:\wamp
2525
set $defaultInstallPath[1]=C:\wamp64
@@ -139,7 +139,7 @@ if %$cliSessionMode% equ 0 (
139139
rem Get the command window 'session' environmental path.
140140
rem Note: This path is a combination of the system environmental
141141
rem path and the user environmental path.
142-
set $pathString=%Path%
142+
set $pathString=%Path:)=^)%
143143
)
144144

145145
rem Explode the path string into an array.

0 commit comments

Comments
 (0)