From 8ca95b24f93825192c2836cff8cd639c78f211e0 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sun, 17 Feb 2013 00:39:59 +0000 Subject: [PATCH] Fix up typo from last commit of this file. --- makeWeb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeWeb.sh b/makeWeb.sh index 43edc17..3513895 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -41,7 +41,7 @@ sed -e "s/@BUILD@/$buildno/" -e "s/@SUBTITLE@/$subtitle/" \ # 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 |