This commit is contained in:
Anatol Belski 2016-10-28 01:59:25 +02:00
Родитель 2bd2595a16
Коммит 7395237e33
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,8 @@
@echo off
if not defined PHP_SDK_RUN_FROM_ROOT (
echo phpsdk_shell.bat should not be run directly, use starter scripts in the PHP SDK root
echo This script should not be run directly.
echo Use starter scripts looking like phpsdk-^<crt^>-^<arch^>.bat in the PHP SDK root instead.
goto out_error
)