Please close this bug as invalid.
Sorry for this invalid bug report.
I found out, this is no bug.

The reason that confuse me was:
$ [ "\\\\" = '\\' ] && echo "is the same"
is the same

Also /bin/echo and bash behaves the same way when called with option -e
$ /bin/echo -e "\\c"
$ /bin/echo -e "\\\\c"
\c
$ bash -c 'echo -e "\\c"'
$ bash -c 'echo -e "\\\\c"'
\c



Attachment: binlrzRb6p1E8.bin
Description: Öffentlicher PGP-Schlüssel

Reply via email to