diff --git a/bin/doctrine.bat b/bin/doctrine.bat index a9e8ceefd9e..37aa62f9ba6 100644 --- a/bin/doctrine.bat +++ b/bin/doctrine.bat @@ -3,7 +3,5 @@ if "%PHPBIN%" == "" set PHPBIN=@php_bin@ if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH GOTO RUN -:USE_PEAR_PATH -set PHPBIN=%PHP_PEAR_PHP_BIN% :RUN "%PHPBIN%" "@bin_dir@\doctrine" %*