++quotes
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4d48da8e96
commit
4b288f754c
1 changed files with 3 additions and 3 deletions
6
build.sh
6
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
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue