diff --git a/build.sh b/build.sh index b1d27817..eded032e 100755 --- a/build.sh +++ b/build.sh @@ -88,9 +88,9 @@ case "$1" in speeches) cd "$SPEECHESDIR" for speech in *tex; do - pdflatex $speech - pdflatex $speech - pdflatex $speech + pdflatex "$speech" + pdflatex "$speech" + pdflatex "$speech" done ;;