From: Rob Sayre Date: Wed, 6 Jul 2011 18:17:14 +0000 (-0700) Subject: Oops, missed existence check. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e64cda94983f009c1ae33b3c0c8535e9bf926c20;p=pdf.js.git Oops, missed existence check. --- diff --git a/Makefile b/Makefile index 306d7f4..32a1273 100644 --- 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/"; \