From 4d38021e74d9d67fb25bbb353c663d35327559cf Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 22 Mar 2025 08:50:42 +0100 Subject: [PATCH] Another fix. --- testing/scripts/setup_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/setup_desktop.sh b/testing/scripts/setup_desktop.sh index eefe972..fc1504f 100755 --- a/testing/scripts/setup_desktop.sh +++ b/testing/scripts/setup_desktop.sh @@ -126,7 +126,7 @@ mark_nonrequireds_auto() { install_aptmarkeds() { # Walk through the package names in ../aptmark/ files to ensure the respective # packages are installed. - for TAG in $1; do + for TAG in $@; do PATH_APTMARK_TAG="${PATH_CONF}/aptmark/${TAG}" if [ ! -f "${PATH_APTMARK_TAG}" ]; then continue -- 2.30.2