diff makeWebGraphics.sh @ 1031:18f0e45207ef

Sort LC_ALL=C to get Linux sort to order Beginners as expected. Remove other unnecessary uses of sort. When generating intermediate files, it doesn't matter in what order it happens.
author Jim Hague <jim.hague@acm.org>
date Wed, 19 Feb 2020 11:14:40 +0000
parents 70e1ff83fe34
children
line wrap: on
line diff
--- a/makeWebGraphics.sh	Wed Feb 19 10:48:56 2020 +0000
+++ b/makeWebGraphics.sh	Wed Feb 19 11:14:40 2020 +0000
@@ -24,7 +24,7 @@
 # Now, for each tune, make the main tune and tune first line bitmaps.
 # Do this to temp files and rename into place to make updates as
 # atomic as possible.
-find $booke -maxdepth 1 -name "*.abc" | sort |
+find $booke -maxdepth 1 -name "*.abc" |
     while read filename
     do
         name=`basename $filename .abc`