]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Use LC_ALL='C' when sorting.
authorScott González <scott.gonzalez@gmail.com>
Mon, 25 Oct 2010 15:31:37 +0000 (11:31 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 25 Oct 2010 15:31:37 +0000 (11:31 -0400)
build/release/prepare-release

index 1b1675ac4aa447150fe43fb7ab7d732e029aa5c0..0b41a5b60339028e1d1b8a8b7103c0d466713b30 100755 (executable)
@@ -80,7 +80,7 @@ git whatchanged $version... --pretty=format:"$format_full" \
 | sed '/^:/ d' \
 | sed '/^$/ d' \
 | sed 's/\(Fixe[sd] #\)\([0-9][0-9]*\)\(.*\)\(XXXX #XXXX\)/Fixed #\2\3\2 #\2/' \
-| sort -f \
+| LC_ALL='C' sort -f \
 >> $base_dir/changelog
 
 # find all fixed tickets
@@ -118,7 +118,7 @@ $remote_cmd/generate-contributors >> $base_dir/thankyou
 
 # sort names
 echo "Sorting contributors..."
-sort -f $base_dir/thankyou | uniq > $base_dir/_thankyou
+LC_ALL='C' sort -f $base_dir/thankyou | uniq > $base_dir/_thankyou
 mv $base_dir/_thankyou $base_dir/thankyou
 
 # find all people that were thanked