Lines Matching refs:command
261 my $command = undef;
319 elsif ( ! defined $command)
321 $command = $argument;
322 if ($command eq "build-missing")
324 $command = "build";
327 elsif ($command !~ /^(build|build-missing|upload|wiki)$/)
329 printf STDERR "unknown command '%s'\n", $command;
348 if (! defined $command)
353 elsif ($command =~ /^(wiki)$/)
368 'command' => $command,
967 my $command = sprintf("make -f \"%s\" -C \"%s\" -j%d",
973 printf "would run %s\n", $command;
977 printf "running %s\n", $command;
978 system($command);
1085 my $command = sprintf("rsync %s \"%s/\" \"%s\"",
1089 printf "%s\n", $command;
1093 printf "would run %s up to %d times\n", $command, $context->{'max-upload-count'};
1101 my $result = system($command);
1255 my $command = sprintf("gpg --armor --detach-sig \"%s\"", $full_archive_name);
1256 print $command;
1257 my $result = system($command);
1810 my $command = sprintf(