[xml/sgml-commit] r1759 - /packages/w3c-markup-validator/trunk/debian/postinst
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Thu Aug 19 22:44:45 UTC 2010
Author: periapt-guest
Date: Thu Aug 19 22:44:41 2010
New Revision: 1759
URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1759
Log:
Fixed shell syntax error
Modified:
packages/w3c-markup-validator/trunk/debian/postinst
Modified: packages/w3c-markup-validator/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/w3c-markup-validator/trunk/debian/postinst?rev=1759&op=diff
==============================================================================
--- packages/w3c-markup-validator/trunk/debian/postinst (original)
+++ packages/w3c-markup-validator/trunk/debian/postinst Thu Aug 19 22:44:41 2010
@@ -41,8 +41,7 @@
if [ ! -s /etc/$server/conf.d/w3c-markup-validator.conf ]; then
ln -s /etc/w3c/httpd.conf \
/etc/$server/conf.d/w3c-markup-validator.conf
- fi
- done
+ fi
if [ $server = "apache2" ]; then
@@ -54,7 +53,7 @@
a2enmod rewrite
fi
- done
+ fi
if [ -x "/etc/init.d/$server" ]; then
if [ -x /usr/sbin/invoke-rc.d ]; then
More information about the debian-xml-sgml-commit
mailing list