[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hard-coded "/dev/null" in `jka-compr-partial-uncompress'
From: |
Eli Zaretskii |
Subject: |
Re: Hard-coded "/dev/null" in `jka-compr-partial-uncompress' |
Date: |
Mon, 5 Nov 2001 11:29:19 +0200 (IST) |
On 5 Nov 2001, Jens Schmidt wrote:
> Hard-coded "/dev/null" in `jka-compr-partial-uncompress'. Says
> all, I think.
Are you talking about this line:
(run-string (format "%s %s 2> %s | %s bs=%d skip=%d %s 2> /dev/null"
If so, /dev/null is the least of your problems: it also assumes some
shell features like "2>" redirection. What OS are you using, and what is
your default shell?