From 75c948ce2e83c26f6c62c0b3e4e187cf022ac1f9 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Sun, 14 May 2017 19:26:57 -0300 Subject: [PATCH] program name was printing even when not verbose, fixed --- pdfScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdfScale.sh b/pdfScale.sh index 5a1ec3c..1c4d5ba 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -864,7 +864,7 @@ printVersion() { if [[ $1 -eq 2 ]]; then printError "$PDFSCALE_NAME v$VERSION$vStr" else - echo "$PDFSCALE_NAME v$VERSION$vStr" + vprint "$PDFSCALE_NAME v$VERSION$vStr" fi }