From a385a95961dced55403101b51d751cf118c576ff Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 21 Dec 2015 09:48:14 +0100 Subject: [PATCH] make: fix busybox script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a73dc201..3c26e4c0a 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ ensure-builddir: # Test under the busybox testsuite $(BUILDDIR)/busybox: busybox-src ensure-builddir - echo '#!/bin/bash\n$(PKG_BUILDDIR)./$$1 $${@:2}' > $@; \ + echo -e '#!/bin/bash\n$(PKG_BUILDDIR)./$$1 $${@:2}' > $@; \ chmod +x $@; # This is a busybox-specific config file their test suite wants to parse.