1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

make: fix busybox script

This commit is contained in:
Michael Gehring 2015-12-21 09:48:14 +01:00
parent ec3490b5b2
commit a385a95961

View file

@ -240,7 +240,7 @@ ensure-builddir:
# Test under the busybox testsuite # Test under the busybox testsuite
$(BUILDDIR)/busybox: busybox-src ensure-builddir $(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 $@; chmod +x $@;
# This is a busybox-specific config file their test suite wants to parse. # This is a busybox-specific config file their test suite wants to parse.