The &> construct seems to be only supported in Bash 4, according to the documentation: http://www.tldp.org/LDP/abs/html/io-redirection.html.
KSH doesn't support it either -- at least version 93u+ on my Ubuntu 14.04.
The redirection to stdout is then not effective, making shini echo __shini_parsed_section is a function when parsing.
The
&>
construct seems to be only supported in Bash 4, according to the documentation: http://www.tldp.org/LDP/abs/html/io-redirection.html. KSH doesn't support it either -- at least version93u+
on my Ubuntu 14.04. The redirection tostdout
is then not effective, makingshini
echo__shini_parsed_section is a function
when parsing.