X-Git-Url: https://git.jankratochvil.net/?p=massrebuild.git;a=blobdiff_plain;f=stat;h=645a809b3a7e46b0dadc8f34972d53f2c44bcc45;hp=6e5801307374b5e5e1c12215cfecdd50068258ea;hb=6847ff2f2f01d1584c73841369800bc3d1b80106;hpb=35e4988f5543159f16d704d1d9057d0460045557 diff --git a/stat b/stat index 6e58013..645a809 100755 --- a/stat +++ b/stat @@ -117,7 +117,10 @@ if (($ARGV[0]||"") eq "-r") { shift; } my $all_sorted=shift @ARGV if ($ARGV[0]||"") eq "-a"; -die $0.' [-r ] [-a] {""|.dt.rpm|.dt5.rpm} {""|.dt.rpm|.dt5.rpm}' if @ARGV!=2; +die "" + .$0.' [-r ] [-a] {""|.dt.rpm|.dt5.rpm} {""|.dt.rpm|.dt5.rpm}'."\n" + .$0.' "" .dt.rpm;'.$0.' .dt.rpm .dt5.rpm;'.$0.' "" .dt5.rpm'."\n" + if @ARGV!=2; ($exta,$extb)=@ARGV; #my $allpkgs=readfile "dnf -C --disablerepo='*' --enablerepo=rawhide-source repoquery -a --arch src 2>/dev/null|"; my $allpkgs=readfile "all";