comparison makeWebAudio.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 c9d57876e249
comparison
equal deleted inserted replaced
1030:70e1ff83fe34 1031:18f0e45207ef
77 makeaudiofiles $tunedir/$newspeedfilename $tunedir --mute=0,-1 77 makeaudiofiles $tunedir/$newspeedfilename $tunedir --mute=0,-1
78 rm $tunedir/$newspeedfilename 78 rm $tunedir/$newspeedfilename
79 } 79 }
80 80
81 # Generate audio files and slow speed (currently half speed) audio files. 81 # Generate audio files and slow speed (currently half speed) audio files.
82 find $booke -maxdepth 1 -name "*.abc" | sort | 82 find $booke -maxdepth 1 -name "*.abc" |
83 while read filename 83 while read filename
84 do 84 do
85 name=`basename $filename .abc` 85 name=`basename $filename .abc`
86 tunedir=$basetunedir/$name 86 tunedir=$basetunedir/$name
87 87