Date: Mon, 02 Oct 2000 00:32:02 +0900 From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: alex@big.endian.de Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, will@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <86em20tw5p.wl@archon.local.idaemons.org> In-Reply-To: In your message of "Sun, 1 Oct 2000 17:12:20 %2B0200" <20001001171220.A9765@cichlids.cichlids.com> References: <200010011502.IAA84380@freefall.freebsd.org> <86g0mgtx8h.wl@archon.local.idaemons.org> <20001001171220.A9765@cichlids.cichlids.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At Sun, 1 Oct 2000 17:12:20 +0200, Alex wrote: > Thus spake Akinori -Aki- MUSHA (knu@idaemons.org): > > > Will, what do you think was wrong? > > the script is doing garbage. Several have reported this, too. Bah, so you guys left it unfixed? ;( I took a look into addport and found the problem in half a minute.. Try this: Index: addport =================================================================== RCS file: /home/ncvs/ports/Tools/scripts/addport,v retrieving revision 1.8 diff -u -r1.8 addport --- addport 2000/08/19 08:08:47 1.8 +++ addport 2000/10/01 15:29:16 @@ -240,6 +240,7 @@ print "$msg"; my $reply = <>; + chomp $reply; return $reply; } -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86em20tw5p.wl>