summaryrefslogtreecommitdiff
path: root/.prefix/bin/x-pdf
diff options
context:
space:
mode:
Diffstat (limited to '.prefix/bin/x-pdf')
-rwxr-xr-x.prefix/bin/x-pdf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.prefix/bin/x-pdf b/.prefix/bin/x-pdf
index 020ff7e..a9893c0 100755
--- a/.prefix/bin/x-pdf
+++ b/.prefix/bin/x-pdf
@@ -2,7 +2,7 @@
if [ -x "`which okular 2>/dev/null`" ]; then
okular "$@"
-if [ -x "`which evince 2>/dev/null`" ]; then
+elif [ -x "`which evince 2>/dev/null`" ]; then
evince "$@"
elif [ -x "`which xpdf 2>/dev/null`" ]; then
xpdf "$@"