mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Merge pull request #752 from ebfe/fix-busytest
make: fix busybox script
This commit is contained in:
commit
7c1bb4cb97
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue