mirror of https://github.com/perkeep/perkeep.git
Permit updating a subset of third_party.
Change-Id: Iccb3b8ed7f6baed3c9494b86bbdba9d39bd368d7
This commit is contained in:
parent
18dd23f58d
commit
3e792ae70b
|
@ -42,6 +42,7 @@ my @proj = (
|
|||
|
||||
foreach my $p (@proj) {
|
||||
my $name = $p->{name} or die "no name";
|
||||
next if @ARGV && $name !~ /\Q$ARGV[0]\E/;
|
||||
|
||||
chdir($workdir) or die;
|
||||
$p->{worksubdir} or die "no worksubdir for $name";
|
||||
|
|
Loading…
Reference in New Issue