diff options
author | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 13:51:50 +0100 |
---|---|---|
committer | DanielsLPecke <daniel.letsplay007@gmail.com> | 2016-11-14 13:51:50 +0100 |
commit | 3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69 (patch) | |
tree | 73a95f2112d9cf8d13d6a8a5562c013f7c79fda4 | |
parent | 7d7ecca3a90a3dcfbc8268acd8046801ffa31685 (diff) | |
download | impressive-display-3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69.tar.gz impressive-display-3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69.tar.bz2 impressive-display-3d188c7ffd2ae386ef2c2f711a0ae9eef0f68e69.zip |
rebase: change error message on corrupt pdf
-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 |