make: fix passing empty arguments to busybox tests

This commit is contained in:
Michael Gehring 2015-12-21 21:22:36 +01:00
parent 8ed14fb9d5
commit 7649a85e13

View file

@ -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.