summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-26 22:38:35 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-26 22:38:35 +0200
commit72399252137ac7ef1c20106ef4b461a972fc098d (patch)
tree95294b8d43488db2eacf99aefd574ae7d2d14029 /scripts
parentfebe719b5d6283a05cbde732acb7638d6f8de3c8 (diff)
parent537844cb1d9ce3b432c617baa17fd46f911bb848 (diff)
downloadphp-git-72399252137ac7ef1c20106ef4b461a972fc098d.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Set Computer English language for credits sorting
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/credits4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/credits b/scripts/dev/credits
index 5197b7bc19..e59cc109b8 100755
--- a/scripts/dev/credits
+++ b/scripts/dev/credits
@@ -26,8 +26,8 @@ do
*/
END
- # Do not process skeleton #
+ # Do not process skeleton
files=`find "$what" -name CREDITS | grep -v "$what"/skeleton/CREDITS`
- awk "$awkprog" $files | sort -f | uniq >> $file
+ awk "$awkprog" $files | LC_ALL=C sort -f | uniq >> $file
echo "Updated $file"
done