write result pdf to requested filename, not to tmpdir
This commit is contained in:
parent
297af9a74a
commit
dc4c5498b2
@ -441,7 +441,7 @@ if ! \
|
||||
qpdf \
|
||||
--empty \
|
||||
--pages "${input[@]}" \
|
||||
-- "$pdfdir/$result_filename"
|
||||
-- "$result_filename"
|
||||
then
|
||||
warning "Could not concatenate \"$result_filename\"."
|
||||
rv=1
|
||||
|
Loading…
Reference in New Issue
Block a user