Re: [OT] Fun with walking package licenses

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mike McCarty wrote:
> Andy Green wrote:
> 
> This is cute. However...

> You have a defect hiding in there. When I run it on a little
> program or two I wrote in C, I get this output...
> 
> $ lider bin/keys
> package no is not installed
> package package is not installed
> package provides is not installed
> package bin/keys is not installed

It's just some noise from not detecting that it was unpackaged properly,
the results should be correct regardless.  To fix change

>>  if [ ! -z "$pkg" ] ; then

to

 if [ -z "`echo $pkg | grep not\ owned`" ] ; then

-Andy

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux