Skip to content

Commit 71c0a80

Browse files
committed
Fix file overwriting
1 parent ecd7369 commit 71c0a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/lemon-parser.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ $ParserC = Join-Path -Path './parser' -ChildPath 'parser.c'
3535
$ZephirC = Join-Path -Path './parser' -ChildPath 'zephir.c'
3636
$BaseC = Join-Path -Path './parser' -ChildPath 'base.c'
3737
Set-Content -Path ${ParserC} -Value '#include <php.h>'
38-
Get-Content ${ParserC}, ${ZephirC}, ${BaseC} | Set-Content ${ParserC}
38+
Get-Content ${ZephirC}, ${BaseC} | Add-Content ${ParserC}

0 commit comments

Comments
 (0)