Skip to content

Commit c7ad0fd

Browse files
committed
Unify EOL
1 parent 76ed6e3 commit c7ad0fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpsdk-starter.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
setlocal enableextensions enabledelayedexpansion
44

5-
rem make sure we end up where we started (for VS2017)
6-
set "VSCMD_START_DIR=%CD%"
7-
5+
rem make sure we end up where we started (for VS2017)
6+
set "VSCMD_START_DIR=%CD%"
7+
88
rem this will be eventually overridden by phpsdk_setvars, but nothing wrong to use the same name here
99
set PHP_SDK_ROOT_PATH=%~dp0
1010
set PHP_SDK_ROOT_PATH=%PHP_SDK_ROOT_PATH:~0,-1%
@@ -34,7 +34,7 @@ set ARCH=%ARCH: =%
3434
set PHP_SDK_RUN_FROM_ROOT=1
3535

3636

37-
title PHP SDK %CRT% %ARCH%
37+
title PHP SDK %CRT% %ARCH%
3838

3939
call %PHP_SDK_ROOT_PATH%\bin\phpsdk_setshell.bat %CRT% %ARCH%
4040

0 commit comments

Comments
 (0)