Skip to content

Commit

Permalink
Fix phpdoc.bat when running without pear
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Nov 21, 2019
1 parent 3b5bb75 commit 2925e77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/phpdoc.bat
@@ -1,5 +1,6 @@
@echo off
if "%PHPBIN%" == "" set PHPBIN=php.exe
if not exist "%PHP_PEAR_BIN_DIR%" set PHP_PEAR_BIN_DIR=%~dp0
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
GOTO RUN
:USE_PEAR_PATH
Expand Down

0 comments on commit 2925e77

Please sign in to comment.