Browse Source

more randomness to temp file

master
Gustavo Neves 8 years ago
parent
commit
56742e608f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh View File

@@ -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


Loading…
Cancel
Save