mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Fix usage of find in tests/Makefile.am
The path is not optional on FreeBSD. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #12453
This commit is contained in:
parent
6bc61d22c4
commit
a7491f9990
@ -4,5 +4,5 @@ SUBDIRS = runfiles test-runner zfs-tests
|
|||||||
|
|
||||||
EXTRA_DIST = README.md
|
EXTRA_DIST = README.md
|
||||||
|
|
||||||
SHELLCHECKSCRIPTS = $$(find -name '*.sh')
|
SHELLCHECKSCRIPTS = $$(find . -name '*.sh')
|
||||||
.PHONY: $(SHELLCHECKSCRIPTS)
|
.PHONY: $(SHELLCHECKSCRIPTS)
|
||||||
|
Loading…
Reference in New Issue
Block a user