Correct the default value for %%TINDERBOX%%.

This commit is contained in:
Dag-Erling Smørgrav 2005-03-03 07:18:01 +00:00
parent ba454f638c
commit d75e5c3eb9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143095

View file

@ -66,7 +66,7 @@ my %INITIAL_CONFIG = (
'SUBJECT' => 'Tinderbox failure on %%arch%%/%%machine%%',
'TARGETS' => [ 'update', 'world' ],
'TIMEOUT' => '',
'TINDERBOX' => '%%HOME%%/tinderbox',
'TINDERBOX' => '%%HOME%%/bin/tinderbox',
);
my %CONFIG;