]> git.mxchange.org Git - friendica.git/blobdiff - bin/run_xgettext.sh
Fix undefined tamplate variables in comment_item.tpl
[friendica.git] / bin / run_xgettext.sh
index 06fa7204afd5d624b787f670af1efe86195af8e3..5392e0e15395758bcbd123f678dd5221060bde9e 100755 (executable)
@@ -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)
+find_result=$(find "$FINDSTARTDIR" $FINDOPTS -name "*.php" -type f | LC_ALL=C sort --stable)
 
 total_files=$(wc -l <<< "${find_result}")