Fix typo in filename to delete.

This commit is contained in:
Jim Hague 2015-12-13 22:46:55 +00:00
parent 36bd7860aa
commit 6d6fffa050
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ find $booke -name "*.abc" | sort |
abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename abcm2ps -E -F singletuneweb -O $builddir/$name.eps $filename
# And make the corresponding PDF. # And make the corresponding PDF.
epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps epstopdf --outfile=$builddir/$name.pdf $builddir/${name}001.eps
rm $builddir/${name}.001.eps rm $builddir/${name}001.eps
done done