diff --git a/src/script/hydra-build b/src/script/hydra-build index edde6e97..7013c3a4 100755 --- a/src/script/hydra-build +++ b/src/script/hydra-build @@ -210,7 +210,7 @@ sub doBuild { my $now = time; my $stepStartTime = $now; my $stepStopTime = $now; - my $machine = undef; + my $machine = ""; txn_do($db, sub { if ($buildSteps{$drvPathStep}) { my $step = $build->buildsteps->find({stepnr => $buildSteps{$drvPathStep}}) or die;