home · contact · privacy
Another fix. master
authorChristian Heller <c.heller@plomlompom.de>
Sat, 22 Mar 2025 07:50:42 +0000 (08:50 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 22 Mar 2025 07:50:42 +0000 (08:50 +0100)
testing/scripts/setup_desktop.sh

index eefe9726da68a6707c6b47523d9f4e9447b45f18..fc1504fc901d4e438490ff773e913314111a883e 100755 (executable)
@@ -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