On Mon, 2008-02-11 at 22:58 -0600, Raphael Geissert wrote:
> Please add the following bashisms based on the next test:

Thanks for these. I've added this set:

> echo $OSTYPE
> echo $HOSTTYPE
> echo $MACHTYPE
> echo $HOSTNAME
> echo $DIRSTACK
> echo $EUID
> cat <<< 'echo moo!'
> bash <<< 'echo foo'

I'm undecided about $SECONDS, given the rationale for not including it
in SUS: "[...]it is not one that would be manipulated frequently enough
by an interactive user to include in the Shell and Utilities volume of
IEEE Std 1003.1-2001."

> echo 'die!' > /dev/tcp/domain.tld/80 #Debian's bash doesn't support it, but...
> echo 'die!' > /dev/udp/domain.tld/21 #Debian's bash doesn't support it neither

I'm also not sure whether we should be checking these two. devscripts is
by definition a package for use on Debian and Debian packages so one can
argue checkbnashisms shouldn't be checking things that Debian's shipped
bash packages don't support...

Adam




-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to