From e1df4ef73c442ad0fa175a19341bcbab0c2b6450 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 17 Sep 2009 17:02:14 +0000 Subject: [PATCH] --- scripts/build-remote.pl.in | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index f25429fba0..65b2788605 100755 --- a/scripts/build-remote.pl.in +++ b/scripts/build-remote.pl.in @@ -152,6 +152,7 @@ my $machine = $selected->{machine}; my $slotLock = openSlotLock($machine, $selected->{free}); flock($slotLock, LOCK_EX | LOCK_NB) or die; +utime undef, undef, $slotLock; close MAINLOCK;