Просмотр исходного кода

plugins/xref.mk: Disable variable expansion in help message

Before this change, the help message for this plugin was:

    Xref targets:
      xref        Run Xrefr using REF_CONFIG as config file if defined

Note the missing `$X` before `REF_CONFIG`.
Jean-Sébastien Pédron 8 лет назад
Родитель
Сommit
0c2ca82ac0
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      plugins/xref.mk

+ 3 - 3
plugins/xref.mk

@@ -20,9 +20,9 @@ XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.2/xrefr
 # Core targets.
 
 help::
-	$(verbose) printf "%s\n" "" \
-		"Xref targets:" \
-		"  xref        Run Xrefr using $XREF_CONFIG as config file if defined"
+	$(verbose) printf '%s\n' '' \
+		'Xref targets:' \
+		'  xref        Run Xrefr using $$XREF_CONFIG as config file if defined'
 
 distclean:: distclean-xref