[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-3-1-gb1d1bea

Jonas Smedegaard dr at jones.dk
Wed May 19 16:04:24 UTC 2010


The following commit has been merged in the master branch:
commit b1d1bea5a3c5b10a2bf2375ca89075b38a897a67
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed May 19 15:57:03 2010 +0200

    Fix bashism in buildstatic.sh.

diff --git a/debian/buildstatic.sh b/debian/buildstatic.sh
index d3ec669..14154a5 100755
--- a/debian/buildstatic.sh
+++ b/debian/buildstatic.sh
@@ -24,7 +24,7 @@ AWSTATS_ENABLE_BUILDSTATICPAGES="yes"
 AWSTATS_LANG="en"
 [ ! -r "$DEFAULT" ] || . "$DEFAULT"
 
-[ "$AWSTATS_ENABLE_BUILDSTATICPAGES" == "yes" ] || exit 0
+[ "$AWSTATS_ENABLE_BUILDSTATICPAGES" = "yes" ] || exit 0
 
 cd /etc/awstats
 

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list