Skip to content

Commit 97b63f9

Browse files
committed
add bin/propel.bat
1 parent 604e5ee commit 97b63f9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bin/perpl.bat

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@echo off
2+
3+
if "%PHPBIN%" == "" set PHPBIN=php
4+
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
5+
GOTO RUN
6+
:USE_PEAR_PATH
7+
set PHPBIN=%PHP_PEAR_PHP_BIN%
8+
:RUN
9+
"%PHPBIN%" "bin\perpl" %*

bin/propel.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ GOTO RUN
66
:USE_PEAR_PATH
77
set PHPBIN=%PHP_PEAR_PHP_BIN%
88
:RUN
9-
"%PHPBIN%" "bin\propel" %*
9+
"%PHPBIN%" "bin\perpl" %*

0 commit comments

Comments
 (0)