Oops, missed existence check.

This commit is contained in:
Rob Sayre 2011-07-06 11:17:14 -07:00
parent d7ff95f0de
commit e64cda9498

View File

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