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 bb890d7..75534ed 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -464,7 +464,7 @@ elif [ -n "$PDF_FILE" ]; then else - $OUTPUT "ERROR: Neither PDF_FILE nor PDF_URI has been configured. Doing nothing." + $OUTPUT "ERROR: Neither PDF_FILE nor PDF_URI has been configured. Doing nothing. Maybe you're using Dash instead of Bash?" exit 0 fi |