From e9c53be7a9363a6f390002e6e0f61347d606aac9 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 19 Feb 2020 12:44:52 +0000 Subject: [PATCH] Correct piping mistake. --- makeBookeTunePages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeBookeTunePages.sh b/makeBookeTunePages.sh index 389e512..c34d46b 100755 --- a/makeBookeTunePages.sh +++ b/makeBookeTunePages.sh @@ -34,7 +34,7 @@ rm -f $tunesoutput $indexoutput # 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`