Commit: d6564d48018d6f70d2209c6f62d25bc01b79cc7d Author: Anatol Belski <[email protected]> Wed, 12 Jul 2017 20:49:32 +0200 Parents: c33d8befb0ae9788af2b5d09fc645e5de6dc1ccf Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=d6564d48018d6f70d2209c6f62d25bc01b79cc7d Log: fix var Changed paths: M bin/pecl_build_next.bat Diff: diff --git a/bin/pecl_build_next.bat b/bin/pecl_build_next.bat index 4fd4e6e..02e26f6 100644 --- a/bin/pecl_build_next.bat +++ b/bin/pecl_build_next.bat @@ -7,7 +7,7 @@ if not exist %~dp0rmtools_setvars.bat ( echo RMTOOLS is not setup, create %~dp0rmtools_setvars.bat exit /b 3 ) -call %dp0rmtools_setvars.bat +call %~dp0rmtools_setvars.bat if not exist %PHP_RMTOOLS_PECL_IN_PKG_PATH% ( echo %PHP_RMTOOLS_PECL_IN_PKG_PATH% does not exist -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
