forked from CryHavoc/dottes
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
|
||||
# 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`
|
||||
|
|
Loading…
Reference in New Issue