Skip to content

Commit

Permalink
force unlink of lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Nov 4, 2015
1 parent 8bbbc5b commit 6e8f8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.pl
Expand Up @@ -15,4 +15,5 @@
die "Found no rebuild script for $what\n" unless $script;

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

0 comments on commit 6e8f8ce

Please sign in to comment.