aboutsummaryrefslogtreecommitdiffstats
path: root/english/security
diff options
context:
space:
mode:
authorThomas Lange <lange@debian.org>2024-01-03 14:46:36 +0100
committerThomas Lange <lange@debian.org>2024-01-03 14:46:36 +0100
commit861501eb4285f394d11b99319aaea3f5819afdbb (patch)
treec9ce9bfd04c49d93165df7d6309d7e11e9330436 /english/security
parentb9175bb493ab4d89e2d7945dd72d69ddc81275d6 (diff)
fix wrong variable syntax, in Makefile we need $$
Diffstat (limited to 'english/security')
-rw-r--r--english/security/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/security/Makefile b/english/security/Makefile
index 9b721ef2c4d..e03d9c7bf9a 100644
--- a/english/security/Makefile
+++ b/english/security/Makefile
@@ -86,7 +86,7 @@ ifeq "$(LANGUAGE)" "en"
map := $(HTMLDIR)/map-dsa.txt
$(map): $(ENGLISHDIR)/$(CUR_DIR)/dsa.list
- ./mk-dsa-dla-list -s DSA 90000 | perl -pane '/(DSA-)(\d+)-1/p && print "$2 ${^POSTMATCH}";s/^DSA-//;' > $(map)
+ ./mk-dsa-dla-list -s DSA 90000 | perl -pane '/(DSA-)(\d+)-1/p && print "$$2 $${^POSTMATCH}";s/^DSA-//;' > $(map)
install:: $(map)

© 2014-2024 Faster IT GmbH | imprint | privacy policy