Skip to content

Commit 6e8f8ce

Browse files
committed
force unlink of lock file
1 parent 8bbbc5b commit 6e8f8ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
die "Found no rebuild script for $what\n" unless $script;
1616

1717
system "flock -w 60 $script_dir/lock.$what $script @ARGV >~/log/$what.log 2>&1";
18+
unlink "$script_dir/lock.$what";
1819
#system $^X, "$FindBin::Bin/sync.pl", $what;

0 commit comments

Comments
 (0)