write result pdf to requested filename, not to tmpdir
This commit is contained in:
parent
297af9a74a
commit
dc4c5498b2
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ if ! \
|
|||
qpdf \
|
||||
--empty \
|
||||
--pages "${input[@]}" \
|
||||
-- "$pdfdir/$result_filename"
|
||||
-- "$result_filename"
|
||||
then
|
||||
warning "Could not concatenate \"$result_filename\"."
|
||||
rv=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue