Mercurial > dottes
changeset 1032:59fc5829ece3
Correct piping mistake.
| author | Jim Hague <jim.hague@acm.org> | 
|---|---|
| date | Wed, 19 Feb 2020 12:44:52 +0000 | 
| parents | 18f0e45207ef | 
| children | c9d57876e249 | 
| files | makeBookeTunePages.sh | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- 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`
