about summary refs log tree commit diff
path: root/scripts/build-remote.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build-remote.pl.in')
-rwxr-xr-xscripts/build-remote.pl.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in
index 3b67555d4b56..2afa3af562a4 100755
--- a/scripts/build-remote.pl.in
+++ b/scripts/build-remote.pl.in
@@ -94,6 +94,7 @@ sub openSlotLock {
     
 
 my $hostName;
+my $slotLock;
 
 while (1) {
     
@@ -164,7 +165,7 @@ while (1) {
     my $selected = $available[0]; 
     my $machine = $selected->{machine};
 
-    my $slotLock = openSlotLock($machine, $selected->{free});
+    $slotLock = openSlotLock($machine, $selected->{free});
     flock($slotLock, LOCK_EX | LOCK_NB) or die;
     utime undef, undef, $slotLock;