Skip to content

Commit 0a3cafb

Browse files
authored
Fix bug in generated file caching. (#222)
Some spaces broke the multi-line find command.
1 parent f426ab2 commit 0a3cafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ do_pdf() {
767767

768768
# Copy generated files (if any) back to the source directory so they can be cached and speed up future runs.
769769
find . -type f \( \
770-
-name "*.aux" -o \
770+
-name "*.aux" -o \
771771
-name "*.lof" -o \
772772
-name "*.lot" -o \
773773
-name "*.toc" -o \

0 commit comments

Comments
 (0)