init.sh: accommodate shells for which 1>&$stderr_fileno_ fails
authorJim Meyering <meyering@redhat.com>
Mon, 13 Jun 2011 10:07:14 +0000 (12:07 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 13 Jun 2011 10:42:18 +0000 (12:42 +0200)
commit6fb9aeedd1b858a61d5cbf7f15782adf29ff733a
tree834793b02c3a7f0d3305a1bb739e358b06667285
parent2f5c2a25ed35547d1626d11c5deceb4ff87b978b
init.sh: accommodate shells for which 1>&$stderr_fileno_ fails

* tests/init.sh (warn_): Use eval to work around a bug in some shells,
like those of Solaris 10 and HP-UX 11.11.
Improved by Stefano Lattarini.
tests/init.sh