Mercurial > dottes
changeset 199:b8d18ccdc6e4
Fix up typo from last commit of this file.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:39:59 +0000 |
parents | 377f5b10f2e8 |
children | b3a4f4caddd5 |
files | makeWeb.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/makeWeb.sh Sun Feb 17 00:33:19 2013 +0000 +++ b/makeWeb.sh Sun Feb 17 00:39:59 2013 +0000 @@ -41,7 +41,7 @@ # Copy in the book PDFs. Like the graphics, Midi etc. these are assumed # to be already generated. -cp $-*.pdf $webdir +cp $1-*.pdf $webdir # Now, for each tune, make the tune graphic and sound. find $bookedir -name "*.abc" | sort |