From: legend-hua Date: Thu, 15 Sep 2016 00:17:00 +0000 (+0800) Subject: Fix spl check.sh script X-Git-Tag: zfs-0.8.0-rc1~152^2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49fbac3acecf384454aa8a6e9604a311848d864e;p=zfs 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 fc97cec23..5f5cb18e2 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() {