]> git.parisson.com Git - pdf.js.git/commitdiff
Oops, missed existence check.
authorRob Sayre <sayrer@gmail.com>
Wed, 6 Jul 2011 18:17:14 +0000 (11:17 -0700)
committerRob Sayre <sayrer@gmail.com>
Wed, 6 Jul 2011 18:17:14 +0000 (11:17 -0700)
Makefile

index 306d7f47aa359bc1aa4d3e9b88559194573e7790..32a1273895571d7e78731386d005536b05bfef20 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ PDF_BROWSERS := $(DEFAULT_BROWSERS)
 endif
 
 browser-test:
-       @if [ ! "$(PDF_BROWSERS)" ]; then \
+       @if [ ! -e "$(PDF_BROWSERS)" ]; then \
        echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \
        echo "Try copying one of the examples" \
               "in test/resources/browser_manifests/"; \