From 12941095616085cc9f5e05efec24a2a75568b869 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 25 Jan 2023 12:04:38 +0100 Subject: [PATCH] shellcheck fix --- usr/lib/archboot/installer/btrfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/btrfs.sh b/usr/lib/archboot/installer/btrfs.sh index 49d4f372f..8e7f2fafc 100644 --- a/usr/lib/archboot/installer/btrfs.sh +++ b/usr/lib/archboot/installer/btrfs.sh @@ -223,7 +223,7 @@ _choose_btrfs_subvolume () { _subvolumes_in_use for i in ${_SUBVOLUME_IN_USE}; do #shellcheck disable=SC2001,SC2086 - _SUBVOLUMES="${_SUBVOLUMES}//${i}\ _/}" + _SUBVOLUMES="${_SUBVOLUMES}//${i} _/}" done if [[ -n "${_SUBVOLUMES}" ]]; then #shellcheck disable=SC2086