From 56742e608f4ed70385a9f81a4a335a052f034bde Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Mon, 15 May 2017 03:25:17 -0300 Subject: [PATCH] more randomness to temp file --- pdfScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfScale.sh b/pdfScale.sh index 4d1c40a..6c655ff 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -87,7 +87,7 @@ main() { vPrintPageSizes ' Source' local finalRet=$EXIT_ERROR local tempFile="" - local tempSuffix="$RANDOM""_TEMP_$RANDOM.pdf" + local tempSuffix="$RANDOM$RANDOM""_TEMP_$RANDOM$RANDOM.pdf" if isMixedMode; then outputFile="$OUTFILEPDF" # backup outFile name