poco: moved to github
[packages.git] / utils / input-utils / patches / 001-Makefile_use_bash.patch
1 --- a/mk/Autoconf.mk
2 +++ b/mk/Autoconf.mk
3 @@ -12,6 +12,9 @@
4  #
5  ########################################################################
6  
7 +# fix echo -e with dash on Debian/Ubuntu 
8 +SHELL=/bin/bash
9 +
10  # verbose yes/no
11  verbose                ?= no
12