diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-09-17T17·02+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-09-17T17·02+0000 |
commit | e1df4ef73c442ad0fa175a19341bcbab0c2b6450 (patch) | |
tree | 577b1b0b302c4fe969f31956049267e835adab23 /scripts | |
parent | 86408b3f47d7b77067c8d35f1488ccdddb0f304b (diff) |
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-remote.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index f25429fba0b3..65b27886054e 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; |