also sprach Casper Gielen <[email protected]> [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 <[email protected]>      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

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)

_______________________________________________
Logcheck-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/logcheck-devel

Reply via email to