On Mon, 2007-06-18 at 17:02 +0200, Philipp Matthias Hahn wrote:
> The culprit is: /bin/gunzip
> #!/bin/sh
> PATH=${GZIP_BINDIR-'/usr/bin'}:$PATH
> ^^^^
> exec gzip -d "$@"AHA! Thank you for figuring that out... Bdale -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

