mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12162] Set language to C before running diff to ensure its english
PHPBB3-12162
This commit is contained in:
parent
39b9274a94
commit
aae4d4c90d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
<property name="dir" value="build/old_versions/release-${version}" />
|
||||
</phingcall>
|
||||
|
||||
<exec dir="build/old_versions" command="diff -crNEBwd release-${version} release-${newversion} >
|
||||
<exec dir="build/old_versions" command="LC_ALL=C diff -crNEBwd release-${version} release-${newversion} >
|
||||
../new_version/patches/phpBB-${version}_to_${newversion}.patch" escape="false" />
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue