Date: Thu, 30 Aug 2001 15:21:06 -0700 (PDT) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT commit_prep.pl Message-ID: <200108302221.f7UML6a65559@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108302221.f7UML6a65559>