Skip to content

Commit

Permalink
doctrine#7498 - Drop legacy PEAR stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ztroudi authored and ztroudi committed Oct 17, 2019
1 parent d528f70 commit 426542f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/doctrine.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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" %*

0 comments on commit 426542f

Please sign in to comment.