Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 96540 invoked from network); 16 Nov 2003 23:14:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Nov 2003 23:14:34 -0000 Received: (qmail 77823 invoked by uid 500); 16 Nov 2003 23:14:17 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 77787 invoked by uid 500); 16 Nov 2003 23:14:17 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 77763 invoked by uid 500); 16 Nov 2003 23:14:17 -0000 Delivered-To: apmail-httpd-dist-cvs@apache.org Received: (qmail 77720 invoked from network); 16 Nov 2003 23:14:17 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Nov 2003 23:14:17 -0000 Received: (qmail 96385 invoked by uid 1346); 16 Nov 2003 23:14:30 -0000 Date: 16 Nov 2003 23:14:30 -0000 Message-ID: <20031116231430.96384.qmail@minotaur.apache.org> From: aaron@apache.org To: httpd-dist-cvs@apache.org Subject: cvs commit: httpd-dist/tools release.sh X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N aaron 2003/11/16 15:14:30 Modified: tools release.sh Log: Minor fix, stick the name we're giving to the tarballs on the end of the copied CHANGES file. Revision Changes Path 1.8 +1 -1 httpd-dist/tools/release.sh Index: release.sh =================================================================== RCS file: /home/cvs/httpd-dist/tools/release.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- release.sh 16 Nov 2003 23:03:05 -0000 1.7 +++ release.sh 16 Nov 2003 23:14:30 -0000 1.8 @@ -125,7 +125,7 @@ echo "Copying CHANGES file" echo "" -cp $dirname/CHANGES CHANGES_${major}.${minor} +cp $dirname/CHANGES CHANGES_${dirname} echo $split echo ""