File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rem +------------------------------------------------+
1919rem -------------------
2020rem Default Variables
2121rem -------------------
22- set $scriptVersion = 1.3.0
22+ set $scriptVersion = 1.3.1
2323
2424set $defaultInstallPath[0] = C:\wamp
2525set $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
145145rem Explode the path string into an array.
You can’t perform that action at this time.
0 commit comments