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