We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ed6e3 commit c7ad0fdCopy full SHA for c7ad0fd
phpsdk-starter.bat
@@ -2,9 +2,9 @@
2
3
setlocal enableextensions enabledelayedexpansion
4
5
-rem make sure we end up where we started (for VS2017)
6
-set "VSCMD_START_DIR=%CD%"
7
-
+rem make sure we end up where we started (for VS2017)
+set "VSCMD_START_DIR=%CD%"
+
8
rem this will be eventually overridden by phpsdk_setvars, but nothing wrong to use the same name here
9
set PHP_SDK_ROOT_PATH=%~dp0
10
set PHP_SDK_ROOT_PATH=%PHP_SDK_ROOT_PATH:~0,-1%
@@ -34,7 +34,7 @@ set ARCH=%ARCH: =%
34
set PHP_SDK_RUN_FROM_ROOT=1
35
36
37
-title PHP SDK %CRT% %ARCH%
+title PHP SDK %CRT% %ARCH%
38
39
call %PHP_SDK_ROOT_PATH%\bin\phpsdk_setshell.bat %CRT% %ARCH%
40
0 commit comments