]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 513: randomize the temp file, not the usually-unused default outfilename
authorLee Howard <faxguy@howardsilvan.com>
Mon, 10 Jan 2005 14:34:20 +0000 (14:34 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Mon, 10 Jan 2005 14:34:20 +0000 (14:34 +0000)
util/tiff2pdf.sh.in

index 7087374d19cab545dfb9880cacdb3369c61792d9..6d78488fdddfe597b0699fd8afc7ca11c4d188ce 100644 (file)
@@ -74,8 +74,8 @@ else
     ERRORSTO=/dev/null
 fi
 
-tmpps=foo.ps
-out=foo$$.pdf                          # default output filename
+tmpps=foo$$.ps
+out=foo.pdf                            # default output filename
 FILE=
 opt=
 while test $# != 0