Skip to content

Due to Ubuntu bug #259671, need to use bash instead of sh, otherwise the...

Matthias Käppler requested to merge github/fork/mikem2005/stable into master

Created by: mikem2005

... -e will appear in the output.

https://bugs.launchpad.net/ubuntu/+source/dash/+bug/259671

To see, on Ubuntu 12.04 try: mike@git:~$ sh -c 'echo -e "foo"' -e foo mike@git:~$ echo -e "foo" foo

Merge request reports