From 013833fc196e14bd9c8e0a72716ee87ff30af1c4 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 May 2025 15:37:10 +0200 Subject: [PATCH] testing --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 54522d4..0dba266 100755 --- a/test.sh +++ b/test.sh @@ -60,7 +60,7 @@ spin-get-dependencies() { debian | ubuntu | arch | fedora | alpine | opensuse) for pkg in "${pkgArray[@]}"; do if ! command_exists $pkg; then - deplist+=("$pkg ") + deplist+=("$pkg") fi done