Skip to content

Commit

Permalink
Merge branch 'release/v1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
custom-dev-tools committed Aug 4, 2021
2 parents 8fc1c18 + 44c9f58 commit e3577d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.3.1] - 2021-08-04

### Fixed
- Fixed error caused by parentheses in system environmental path.

## [1.3.0] - 2021-07-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions cli_changer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rem +------------------------------------------------+
rem -------------------
rem Default Variables
rem -------------------
set $scriptVersion=1.3.0
set $scriptVersion=1.3.1

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

rem Explode the path string into an array.
Expand Down

0 comments on commit e3577d7

Please sign in to comment.