diff options
Diffstat (limited to 'scripts/dev/credits')
-rwxr-xr-x | scripts/dev/credits | 4 |
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 |