Initialize $timeout to 0.

This commit is contained in:
Dag-Erling Smørgrav 2004-06-21 15:08:17 +00:00
parent 3b96c71f73
commit 6257798869

View File

@ -305,6 +305,7 @@ MAIN:{
$jobs = 0;
$repository = "/home/ncvs";
$sandbox = "/tmp/tinderbox";
$timeout = 0;
# Get options
{Getopt::Long::Configure("auto_abbrev", "bundling");}