File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.3.1] - 2021-08-04
10
+
11
+ ### Fixed
12
+ - Fixed error caused by parentheses in system environmental path.
13
+
9
14
## [ 1.3.0] - 2021-07-02
10
15
11
16
### Added
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rem +------------------------------------------------+
19
19
rem -------------------
20
20
rem Default Variables
21
21
rem -------------------
22
- set $scriptVersion = 1.3.0
22
+ set $scriptVersion = 1.3.1
23
23
24
24
set $defaultInstallPath[0] = C:\wamp
25
25
set $defaultInstallPath[1] = C:\wamp64
@@ -139,7 +139,7 @@ if %$cliSessionMode% equ 0 (
139
139
rem Get the command window 'session' environmental path.
140
140
rem Note: This path is a combination of the system environmental
141
141
rem path and the user environmental path.
142
- set $pathString = %Path%
142
+ set $pathString = %Path: ) = ^) %
143
143
)
144
144
145
145
rem Explode the path string into an array.
You can’t perform that action at this time.
0 commit comments