]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Regression fix: test for .po properly.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Apr 2009 06:36:31 +0000 (18:36 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Apr 2009 06:36:31 +0000 (18:36 +1200)
Only skip translation attempt if the .po are NOT available.

errors/Makefile.am

index ea57fcaeb65eecc6a283472079e3405424a36895..5181b2a6e37e4d40feb46ff68ef849273d56412b 100644 (file)
@@ -147,7 +147,7 @@ dist-hook: translate
        cp -p $(srcdir)/errorpage.css  $(distdir)/errorpage.css
 
 translate:
-       @if test -f $(top_srcdir)/errors/en.po; then \
+       @if test -f $(top_srcdir)/errors/en.po; then \
          echo "Translation is not currently possible."; \
          exit 0; \
        fi; \