From 4c749a4bf287bd1a487209cd9baa47bfce28436e Mon Sep 17 00:00:00 2001 From: Christian Schlittchen Date: Sun, 27 May 2001 17:50:37 +0000 Subject: [PATCH] =?UTF-8?q?-=20newbie.txt=20darf=20nat=C3=BCrlich=20nicht?= =?UTF-8?q?=20in=20das=20zipfile=20geMOVEt=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/gamecode/report.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/gamecode/report.c b/src/common/gamecode/report.c index 8946b5f35..a23411933 100644 --- a/src/common/gamecode/report.c +++ b/src/common/gamecode/report.c @@ -2654,8 +2654,9 @@ reports(void) if (f->no > 0 && f->options & wants_compressed) { if(f->age == 1) { - fprintf(BAT, "ls %s.nr %s.cr ../newbie.txt | zip -m -j -9 -@ %s.zip\n", + fprintf(BAT, "ls %s.nr %s.cr | zip -m -j -9 -@ %s.zip\n", factionid(f), factionid(f), factionid(f)); + fprintf(BAT, "zip -j -9 %s.zip ../newbie.txt\n", factionid(f)); } else { fprintf(BAT, "ls %s.nr %s.cr | zip -m -j -9 -@ %s.zip\n", factionid(f), factionid(f), factionid(f));