chiark / gitweb /
nailing-cargo: Rename lockfile (again)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 May 2020 23:48:28 +0000 (00:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 6 May 2020 23:48:28 +0000 (00:48 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
nailing-cargo

index 8d189124aed1ea03d972343f122aaaddddf6c33d..60e509163abea2dc4e3cc8b114db535fac2d0fd9 100755 (executable)
@@ -49,7 +49,7 @@ my $self = $0;  $self =~ s{^.*/(?=.)}{};
 
 our $worksphere = getcwd() // die "$self: getcwd failed: $!\n";
 $worksphere =~ s{/[^/]+$}{} or die "$self: cwd \`$worksphere' unsupported!\n";
-our $lockfile = "../.nailing-cargo-sphere.lock";
+our $lockfile = "../.nailing-cargo.lock";
 
 our @configs;
 our $verbose=1;