On Wed, Feb 03, 2010 at 09:27:21AM +0100, Bastian Bittorf wrote:
> > > > +       find /usr/lib/opkg/info -name '*.conffiles' | xargs -r cat >> 
> > > > "$file"
> > > seems complicated to me, why not:
> > > cat /usr/lib/opkg/info/*.conffiles >>"$file"
> > There's still an opportunity that none of *.conffiles exists.
> hmm, then this:
> local pattern="/usr/lib/opkg/info/*.conffiles"
> cat $pattern >/dev/null 2>&1 && cat $pattern >>"$file"
So?  Will anyone do anything?  Should I resend something?

-- 
Regards,    --
Sir Raorn.   --- http://thousandsofhate.blogspot.com/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to