summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-06-21 15:08:17 +0000
committerdes <des@FreeBSD.org>2004-06-21 15:08:17 +0000
commit45b2494f0ea1da73f8009c32ce7b8421a0ad2b39 (patch)
tree1ebb7b8e1d8bfda5c48adc678cf349e1ba2e6eb9 /tools
parentfb259505ce64358054049fb2222576ba2d60bc22 (diff)
downloadFreeBSD-src-45b2494f0ea1da73f8009c32ce7b8421a0ad2b39.zip
FreeBSD-src-45b2494f0ea1da73f8009c32ce7b8421a0ad2b39.tar.gz
Initialize $timeout to 0.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/tinderbox.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/tinderbox.pl b/tools/tools/tinderbox/tinderbox.pl
index 97bd180..96214c8 100644
--- a/tools/tools/tinderbox/tinderbox.pl
+++ b/tools/tools/tinderbox/tinderbox.pl
@@ -305,6 +305,7 @@ MAIN:{
$jobs = 0;
$repository = "/home/ncvs";
$sandbox = "/tmp/tinderbox";
+ $timeout = 0;
# Get options
{Getopt::Long::Configure("auto_abbrev", "bundling");}
OpenPOWER on IntegriCloud