From owner-cvs-all@FreeBSD.ORG Fri Sep 19 02:12:33 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C649516A4B3; Fri, 19 Sep 2003 02:12:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4962D43F3F; Fri, 19 Sep 2003 02:12:33 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8J9CXXJ076614; Fri, 19 Sep 2003 02:12:33 -0700 (PDT) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8J9CXFV076613; Fri, 19 Sep 2003 02:12:33 -0700 (PDT) (envelope-from des) Message-Id: <200309190912.h8J9CXFV076613@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 19 Sep 2003 02:12:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/tinderbox tinderbox.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 09:12:33 -0000 des 2003/09/19 02:12:32 PDT FreeBSD src repository Modified files: tools/tools/tinderbox tinderbox.pl Log: Check that $verbose is defined before using it in a comparison. Revision Changes Path 1.21 +1 -1 src/tools/tools/tinderbox/tinderbox.pl