From owner-cvs-all Thu Aug 30 15:23:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBBCD37B407; Thu, 30 Aug 2001 15:23:27 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UML6a65559; Thu, 30 Aug 2001 15:21:06 -0700 (PDT) (envelope-from joe) Message-Id: <200108302221.f7UML6a65559@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 30 Aug 2001 15:21:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2001/08/30 15:21:06 PDT Modified files: . commit_prep.pl Log: Fix a long standing bug from rev 1.7. The %cvsversion hash wasn't being passed to &check_version, it was being used as a global. What _was_ being passed was a scalar $cvsversion, brought into existence at that moment. Revision Changes Path 1.36 +3 -3 CVSROOT/commit_prep.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message