From: Rob Sayre Date: Wed, 6 Jul 2011 18:57:44 +0000 (-0700) Subject: fix nit spotted by cgjones. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=350484d5c24a1aa645142dc6266aff739a3371d2;p=pdf.js.git fix nit spotted by cgjones. --- diff --git a/Makefile b/Makefile index 32a1273..c6971d0 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ PDF_BROWSERS := $(DEFAULT_BROWSERS) endif browser-test: - @if [ ! -e "$(PDF_BROWSERS)" ]; then \ + @if [ ! -f "$(PDF_BROWSERS)" ]; then \ echo "Browser manifest file $(PDF_BROWSERS) does not exist."; \ echo "Try copying one of the examples" \ "in test/resources/browser_manifests/"; \