Skip to content

Commit 1986d42

Browse files
committed
hopefully fixed filterPdf.sh
1 parent 7279877 commit 1986d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/filterPdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fileOut="$2"
1414

1515
echo "$(date +'%0Y-%0m-%0d %0R:%0S'): We will filter '$fileIn' to '$fileOut using ghostscript."
1616

17-
tempFileA="$(mktemp --suffix=.pdf)"
17+
tempFileA="$(mktemp)"
1818
echo "$(date +'%0Y-%0m-%0d %0R:%0S'): We will first filter '$fileIn' to '$tempFileA' using ghostscript."
1919

2020
gs -dAntiAliasColorImages=true \

0 commit comments

Comments
 (0)