diff options
-rwxr-xr-x | bin/impressive-display | 2 |
1 files changed, 1 insertions, 1 deletions
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 |