From: legend-hua Date: Thu, 15 Sep 2016 00:17:00 +0000 (+0800) Subject: Fix spl check.sh script X-Git-Tag: spl-0.7.12~94 X-Git-Url: https://git.proxmox.com/?p=mirror_spl.git;a=commitdiff_plain;h=49fbac3acecf384454aa8a6e9604a311848d864e;hp=4329bd5b73e37073f01e848ccc9eb78a8fc1bcbc Fix spl check.sh script Update splat_cmd to reference the correct location of the splat utility. Reviewed-by: Brian Behlendorf Signed-off-by: Liu Hua Closes #570 --- diff --git a/scripts/check.sh b/scripts/check.sh index fc97cec..5f5cb18 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -28,7 +28,7 @@ prog=check.sh spl_module=../module/spl/spl.ko splat_module=../module/splat/splat.ko -splat_cmd=../cmd/splat +splat_cmd=../cmd/splat/splat verbose= die() {