While sed works fine under Windows environment, /dev/stdin is pure Unix term.
This patch allows to bootstrap files under both OS.
Can't test it under MacOSX.
This does not work on OS X, probably requires GNU sed. A possible solution would be to add the lines of the command file separately with multiple -e options.
While sed works fine under Windows environment, /dev/stdin is pure Unix term. This patch allows to bootstrap files under both OS. Can't test it under MacOSX.
Please, consider applying. TIA, --Vladimir