summaryrefslogtreecommitdiffstats
path: root/indexhtml.spec
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-04-07 22:48:37 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-04-07 22:48:37 +0000
commitd5d53b73340d35ca195782394dd0ad19d3244d07 (patch)
tree896334c930033f0a6b8baa73682f3516c61d52b5 /indexhtml.spec
parent94ad0f3b2bb70cc5ae314e542a8eb1d54c2935e8 (diff)
downloadindexhtml-d5d53b73340d35ca195782394dd0ad19d3244d07.tar
indexhtml-d5d53b73340d35ca195782394dd0ad19d3244d07.tar.gz
indexhtml-d5d53b73340d35ca195782394dd0ad19d3244d07.tar.bz2
indexhtml-d5d53b73340d35ca195782394dd0ad19d3244d07.tar.xz
indexhtml-d5d53b73340d35ca195782394dd0ad19d3244d07.zip
another fix
Diffstat (limited to 'indexhtml.spec')
-rw-r--r--indexhtml.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexhtml.spec b/indexhtml.spec
index b9c859d..eb9d914 100644
--- a/indexhtml.spec
+++ b/indexhtml.spec
@@ -38,11 +38,11 @@ for lang in $(find mail/header-* -type f | sed "s|mail/header-||" ); do
cat mail/header-$lang &> tmpfile
echo "Content-Type: multipart/related; type=\"multipart/alternative\";" >>tmpfile
- echo " boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile
+ echo " boundary=\"=-tThpx1YEZqL4gn53WjQ1\"" >> tmpfile
echo "" >> tmpfile
echo "--=-tThpx1YEZqL4gn53WjQ1" >> tmpfile
- echo "" >> tmpfile
echo "Content-Type: multipart/alternative; boundary=\"=-aFPGjTr5jUHhXPWxbLcT\"" >>tmpfile
+ echo "" >> tmpfile
echo "--=-aFPGjTr5jUHhXPWxbLcT" >> tmpfile
cat mail/mail-$lang.txt >> tmpfile
cat mail/mail-$lang.html >> tmpfile