Permit updating a subset of third_party.

Change-Id: Iccb3b8ed7f6baed3c9494b86bbdba9d39bd368d7
This commit is contained in:
Brad Fitzpatrick 2011-07-03 16:13:35 -07:00
parent 18dd23f58d
commit 3e792ae70b
1 changed files with 1 additions and 0 deletions

View File

@ -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";