Skip to content

Commit 2ddea02

Browse files
StefanStefan
authored andcommitted
Update build_task.cmd
echo ini contents
1 parent 8807076 commit 2ddea02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor/build_task.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ setlocal enableextensions enabledelayedexpansion
8989
echo extension=php_winbinder.dll >> "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
9090
echo extension=php_win32std.dll >> "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
9191
echo extension=php_fileinfo.dll >> "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
92-
echo "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
92+
type "%APPVEYOR_BUILD_FOLDER%\build\php.ini"
9393

9494
echo Make embeder2.exe
9595
copy "%APPVEYOR_BUILD_FOLDER%\src\%BUILD_TYPE% console\embeder.exe" "%APPVEYOR_BUILD_FOLDER%\php\embeder2.exe"

0 commit comments

Comments
 (0)