From 3d5db4c8238a916d41116e131dc12d8f6b74f083 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Tue, 21 Feb 2017 06:37:25 -0300 Subject: [PATCH] Just declaring IDBIN at top for consistency (has no practical effect) --- pdfScale.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pdfScale.sh b/pdfScale.sh index 9239529..ec8666b 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -17,6 +17,7 @@ VERBOSE=0 # verbosity Level BASENAME="$(basename $0)" # simplified name of this script GSBIN="" # Set with which after we check dependencies BCBIN="" # Set with which after we check dependencies +IDBIN="" # Set with which after we check dependencies LC_MEASUREMENT="C" # To make sure our numbers have .decimals LC_ALL="C" # Some languages use , as decimal token