mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 22:17:17 +02:00
Fix Transifex
- More verbose output - add "stable" parameter to sort - add LC_ALL=C parameter
This commit is contained in:
parent
e41283faff
commit
943f965f59
2 changed files with 3 additions and 2 deletions
|
@ -61,7 +61,7 @@ KEYWORDS="-k -kt -ktt:1,2"
|
|||
echo "Extract strings to $OUTFILE.."
|
||||
rm "$OUTFILE"; touch "$OUTFILE"
|
||||
|
||||
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | sort)
|
||||
find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort --stable)
|
||||
|
||||
total_files=$(wc -l <<< "${find_result}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue