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.