From: Christian Heller Date: Sat, 22 Mar 2025 07:50:42 +0000 (+0100) Subject: Another fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/te%22st.html?a=commitdiff_plain;ds=sidebyside;p=config Another fix. --- 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