Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44c9f58

Browse files
Fixed error caused by parentheses in system environmental path
1 parent 251a122 commit 44c9f58

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)

AltStyle によって変換されたページ (->オリジナル) /