Date: Tue, 26 Sep 2000 16:51:05 -0700 (PDT) From: Satoshi Asami <asami@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processlogs2 Message-ID: <200009262351.QAA40584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
asami 2000/09/26 16:51:05 PDT Modified files: Tools/portbuild/scripts processlogs2 Log: Change "grep *.log" to "find . -name '*.log' | xargs grep", the number of logs were overflowing the argv array. Revision Changes Path 1.2 +1 -1 ports/Tools/portbuild/scripts/processlogs2 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?200009262351.QAA40584>