Skip to content

Commit 4954ced

Browse files
committed
fix PHP PATH bug
1 parent 4d9c122 commit 4954ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmder/config/user-profile.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if not defined WAGON_ROOT (
1212
:: Define environment variables
1313
set CMDER_START=%WAGON_ROOT%\uwamp\www
1414
set COMPOSER_HOME=%WAGON_ROOT%\composer
15-
set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\php-7.1.9
15+
set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\php-7.1.10
1616
set SQLITE_ROOT=%CMDER_ROOT%\vendor\sqlite
1717
set GIT_INSTALL_ROOT=%WAGON_ROOT%\git
1818

0 commit comments

Comments
 (0)