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