Hello, I've improved my filename globbing patch. The new patch is attached and replaces the previous patch. -- Casper Gielen -------------- next part -------------- A non-text attachment was scrubbed... Name: logcheck_globbing.patch Type: text/x-diff Size: 719 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20110302/4834770f/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20110302/4834770f/attachment.pgp>
also sprach Casper Gielen <C.Gielen at uvt.nl> [2011.03.02.1744 +0100]:> I've improved my filename globbing patch. The new patch is attached > and replaces the previous patch.[?]> +glob() { > + xargs -I{} bash -c "ls -1 {}" > +}You can/should use /bin/sh and print instead. xargs -I{} sh -c "print {}" -- .''`. martin f. krafft <madduck at d.o> Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduck http://vcs-pkg.org `- Debian - when you have better things to do than fixing systems -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 1124 bytes Desc: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current) URL: <http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20110302/42fb36d1/attachment.pgp>