Invert the --skip-scrub test.

The test sense for the --skip-scrub flag is incorrect, which causes
it to operate opposite as intented.
This commit is contained in:
Darik Horn
2011-11-22 22:04:13 -06:00
parent f6f194ac13
commit 968d50ce92

View File

@ -346,7 +346,7 @@ do
done
# Exclude objects in scrubbing pools if the --skip-scrub flag is set.
test -z "$opt_skip_scrub" && for jj in $ZPOOLS_SCRUBBING
test -n "$opt_skip_scrub" && for jj in $ZPOOLS_SCRUBBING
do
# Ibid regarding iii.
jjj="$jj/"