On Wed, 6 Mar 2024 15:01:57 +0000, fdmanana@xxxxxxxxxx wrote: ... > cnt=$($MKFS_BTRFS_PROG --help 2>&1 | \ > - grep -E --count "\-\-uuid|\-\-device-uuid") > + grep -E --count -- "--uuid|--device-uuid") > if [ $cnt != 2 ]; then > _notrun "Require $MKFS_BTRFS_PROG with --uuid and --device-uuid options" > fi Reviewed-by: David Disseldorp <ddiss@xxxxxxx>