Hi Stephan, Am 08.07.2015 um 11:28 schrieb Stephan Müller:
As you can replicate it reliable, did you test it in Bourne shell? Maybe its not related to bash at all?
$ echo $SHELL /bin/bash $ bash --version | head -n1 GNU bash, Version 4.3.33(1)-release (x86_64-pc-linux-gnu)If I use /bin/sh (or to be accurate: /bin/bash --posix, since it is a symlink) then I do NOT run into the issue.
--Flo

