Due to Ubuntu bug #259671, need to use bash instead of sh, otherwise the...
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