aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlegend-hua <[email protected]>2016-09-15 08:17:00 +0800
committerBrian Behlendorf <[email protected]>2016-09-14 17:17:00 -0700
commit49fbac3acecf384454aa8a6e9604a311848d864e (patch)
tree6b6c014ae8b1cf1d3d92e40ec53cb3f47b99b967
parent4329bd5b73e37073f01e848ccc9eb78a8fc1bcbc (diff)
Fix spl check.sh script
Update splat_cmd to reference the correct location of the splat utility. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Liu Hua<[email protected]> Closes #570
-rwxr-xr-xscripts/check.sh2
1 files changed, 1 insertions, 1 deletions
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() {