From 9bc08a2c60a3c4facdda4203c531dff33df73a02 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 8 Jun 2024 09:11:57 +0200 Subject: [PATCH] code cleanup, remove double quotes --- usr/lib/archboot/installer/partition.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/partition.sh b/usr/lib/archboot/installer/partition.sh index a402978b1..9884b4272 100644 --- a/usr/lib/archboot/installer/partition.sh +++ b/usr/lib/archboot/installer/partition.sh @@ -68,6 +68,6 @@ _partition() { fi fi done - _NEXTITEM="3" + _NEXTITEM=3 } # vim: set ft=sh ts=4 sw=4 et: