Correct piping mistake.
This commit is contained in:
parent
b6a4389bca
commit
e9c53be7a9
|
@ -34,7 +34,7 @@ rm -f $tunesoutput $indexoutput
|
||||||
|
|
||||||
# Now, for each tune, build the tunes part and the first line sections
|
# Now, for each tune, build the tunes part and the first line sections
|
||||||
# of the document.
|
# 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
|
while read filename
|
||||||
do
|
do
|
||||||
name=`basename $filename .abc`
|
name=`basename $filename .abc`
|
||||||
|
|
Loading…
Reference in New Issue