From a46bb8bbc91446c78bc333b9a8240248ad5aabd8 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 9 Oct 2009 16:38:06 +0000 Subject: [PATCH] Remove XML declaration because it doesn't combine nicely with SHTMLs. git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3519 4b5297f7-1745-476d-ba37-a9c6900126ab --- gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen.py b/gen.py index 8a437d01..41d10e09 100755 --- a/gen.py +++ b/gen.py @@ -320,7 +320,7 @@ def main(argv): buildXEP( xep ) commands.getstatusoutput("cp extensions.xhtml " + XEPPATH + "/../includes/xeplist.txt") - commands.getstatusoutput("sed -i '1d' " + XEPPATH + "/../includes/xeplist.txt") + commands.getstatusoutput("sed -i -e '1s///' " + XEPPATH + "/../includes/xeplist.txt") saveDict(BUILDDICT, last_build)