Fix spl check.sh script

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
This commit is contained in:
legend-hua 2016-09-15 08:17:00 +08:00 committed by Brian Behlendorf
parent 4329bd5b73
commit 49fbac3ace

View File

@ -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() {