summaryrefslogtreecommitdiffstats
path: root/utils/input-utils/patches/001-Makefile_use_bash.patch
blob: 3460e1afb600bb021f0ec184e56abd3d737561a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/mk/Autoconf.mk
+++ b/mk/Autoconf.mk
@@ -12,6 +12,9 @@
 #
 ########################################################################
 
+# fix echo -e with dash on Debian/Ubuntu 
+SHELL=/bin/bash
+
 # verbose yes/no
 verbose		?= no