Another Buchan Milne patch that escaped the last commit.
authorJohn Terpstra <jht@samba.org>
Thu, 31 Oct 2002 04:17:29 +0000 (04:17 +0000)
committerJohn Terpstra <jht@samba.org>
Thu, 31 Oct 2002 04:17:29 +0000 (04:17 +0000)
packaging/Mandrake/samba-print-pdf.sh

index 5c744f0a83d106e8670262677df9a1f39e978aed..3d88f9fb8854434a8062b7ccd876250192de6cd6 100644 (file)
@@ -33,7 +33,7 @@ fi
 WIN_OUTPUT="$3\\`basename $OUTPUT`"
 
 # create the PDF:
-$PS2PDF $OPTOINS $INPUT $OUTPUT.pdf >/dev/null 2>&1
+$PS2PDF $OPTIONS $INPUT $OUTPUT.pdf >/dev/null 2>&1
 
 # Generate a message to send to the user, and deal with the original file:
 MESSAGE=$(echo "Your PDF file has been created as $WIN_OUTPUT.pdf\n")