Package: lintian
Version: 1.23.6
Severity: minor

W: alsa-base: possible-bashism-in-maintainer-script postinst:80 '. "$conf_file" 
>/dev/null'

I don't know whether or not this is POSIXly correct, but it works in dash and 
posh.
// Thomas Hood

[EMAIL PROTECTED]:~$ posh
$ cat /tmp/s
echo out
echo err >&2
$ . /tmp/s
out
err
$ . /tmp/s >/dev/null
err
$ . /tmp/s 2>/dev/null
out
$ [EMAIL PROTECTED]:~$ dash
$ . /tmp/s
out
err
$ . /tmp/s >/dev/null
err
$ . /tmp/s 2>/dev/null
out
$



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to