Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2022 23:37:45 +0200
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Mark Johnston <markj@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: 227caacc918a - main - rc: Add a zpoolreguid rc.d script
Message-ID:  <08d8c2b6-0599-c9be-815e-47f8b3ccfd87@FreeBSD.org>
In-Reply-To: <202205301454.24UEsULJ090700@gitrepo.freebsd.org>
References:  <202205301454.24UEsULJ090700@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30/05/2022 16:54, Mark Johnston wrote:
>      rc: Add a zpoolreguid rc.d script
...
> +
> +zpoolreguid_start()
> +{
> +	local pool
> +
> +	for pool in "${zpool_reguid}"; do
> +		zpool reguid $pool
> +	done
> +

If we want to iterate over zpool_reguid, then zpool_reguid should not be quoted, right?


Best,

Mateusz Piotrowski




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08d8c2b6-0599-c9be-815e-47f8b3ccfd87>