From 7649a85e1384ce66bc03c032b28eae0f0c0fe735 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 21 Dec 2015 21:22:36 +0100 Subject: [PATCH] make: fix passing empty arguments to busybox tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c26e4c0a..75dcc6213 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ ensure-builddir: # Test under the busybox testsuite $(BUILDDIR)/busybox: busybox-src ensure-builddir - echo -e '#!/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.