# HG changeset patch # User Jim Hague # Date 1582116292 0 # Node ID 59fc5829ece34ecb8330797d5e9a9ed580de1ee0 # Parent 18f0e45207ef21c86f5253dbea01fb983bdc5147 Correct piping mistake. diff -r 18f0e45207ef -r 59fc5829ece3 makeBookeTunePages.sh --- a/makeBookeTunePages.sh Wed Feb 19 11:14:40 2020 +0000 +++ b/makeBookeTunePages.sh Wed Feb 19 12:44:52 2020 +0000 @@ -34,7 +34,7 @@ # Now, for each tune, build the tunes part and the first line sections # of the document. -find $booke -maxdepth 1 -name "*.abc" | LC_ALL=C sort +find $booke -maxdepth 1 -name "*.abc" | LC_ALL=C sort | while read filename do name=`basename $filename .abc`