RG> Even if you tell checkbashisms to read from /dev/stdin (or /dev/fd/0, or
Perhaps the man page should warn about this. Many people might be trying
to hook it up to stdin.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
retitle 586500 [checkbashisms] please support checking stdin
thanks
Hi,
Even if you tell checkbashisms to read from /dev/stdin (or /dev/fd/0, or
/proc/self/fd/0, or whatever,) it won't work as expected because it opens the
file twice (once for looking for evil scripts, the second for actually c
Package: devscripts
Version: 2.10.64
Severity: wishlist
File: /usr/bin/checkbashisms
$ xxx|yyy|checkbashisms
$ xxx|yyy|checkbashisms -
$ xxx|yyy|checkbashisms < zzz
all don't work. One needs a hacky
$ xxx|yyy|checkbashisms /dev/stdin
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d
3 matches
Mail list logo