mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #757 from ebfe/fix-busytest
make: fix passing empty arguments to busybox tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user