home
·
contact
·
privacy
projects
/
config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5ac32
)
Another fix.
master
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 22 Mar 2025 07:50:42 +0000
(08:50 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 22 Mar 2025 07:50:42 +0000
(08:50 +0100)
testing/scripts/setup_desktop.sh
patch
|
blob
|
history
diff --git
a/testing/scripts/setup_desktop.sh
b/testing/scripts/setup_desktop.sh
index eefe9726da68a6707c6b47523d9f4e9447b45f18..fc1504fc901d4e438490ff773e913314111a883e 100755
(executable)
--- 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