From 3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69 Mon Sep 17 00:00:00 2001 From: DanielsLPecke Date: Mon, 14 Nov 2016 13:51:50 +0100 Subject: rebase: change error message on corrupt pdf --- bin/impressive-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/impressive-display b/bin/impressive-display index c75bc7e..bad2817 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -449,7 +449,7 @@ if [ -n "$PDF_URI" ]; then else - $OUTPUT "ERROR: PDF_URI hasn't been configured. Doing nothing. Maybe you're using Dash instead of Bash?" + $OUTPUT "ERROR: PDF_URI hasn't been configured. Doing nothing." exit 0 fi -- cgit v1.2.3