wallyhall / shini

Portable /bin/sh routine for reading and writing INI files.
MIT License
39 stars 11 forks source link

Use more compatible output redirection #6

Closed dalbani closed 8 years ago

dalbani commented 8 years ago

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.