From 6caf53f20899a4c64247a98a0e049ed6b002c618 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 13 Jan 2009 11:53:51 -0800 Subject: [PATCH] Minor script update --- scripts/zpios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zpios.sh b/scripts/zpios.sh index 8b32d4feaa..4a666db159 100755 --- a/scripts/zpios.sh +++ b/scripts/zpios.sh @@ -4,7 +4,7 @@ prog=zpios.sh . ../.script-config SPL_OPTIONS="spl=spl_debug_mask=-1 spl_debug_subsys=-1 spl_debug_mb=10 ${1}" -ZFS_OPTIONS="zfs=$2" +ZFS_OPTIONS="zfs=${2}" ZPIOS_OPTIONS=$3 PROFILE_ZPIOS_LOGS=$4 ZPIOS_PRE=$5