Fixed #774 [gh#774]

This commit is contained in:
Shoghi Cervantes 2013-09-05 19:58:31 +02:00
parent ce65801d14
commit 08d93fa021

View File

@ -8,5 +8,6 @@ rm -r -f ./php5/
fi
if [ -f ./bin/php ]; then
./bin/php -d enable_dl=On PocketMine-MP.php $@
fi
php -d enable_dl=On PocketMine-MP.php $@
else
php -d enable_dl=On PocketMine-MP.php $@
fi