bugfix - use dynamic outdir
This commit is contained in:
parent
63e2c0228e
commit
e444b5f680
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ if [[ $rv -ne 0 ]] ; then
|
||||||
error "One or more errors during image conversion; aborted." "$rv"
|
error "One or more errors during image conversion; aborted." "$rv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for png in "out/"*.png ; do
|
for png in "$outdir/"*.png ; do
|
||||||
info "Processing \"$png\" ..."
|
info "Processing \"$png\" ..."
|
||||||
|
|
||||||
read -r width height < <(
|
read -r width height < <(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue