]> git.proxmox.com Git - mirror_spl.git/commitdiff
Fix spl check.sh script
authorlegend-hua <liu.hua130@zte.com.cn>
Thu, 15 Sep 2016 00:17:00 +0000 (08:17 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 15 Sep 2016 00:17:00 +0000 (17:17 -0700)
Update splat_cmd to reference the correct location of the splat utility.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Liu Hua<liu.hua130@zte.com.cn>
Closes #570

scripts/check.sh

index fc97cec2310cc84b70b8e8fa82521de209eff47d..5f5cb18e219be30db24b762d567f459ec13dfca0 100755 (executable)
@@ -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() {