From 0c2ca82ac0f32435656ba2ee4b687161cb213470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 10 May 2017 13:22:06 +0200 Subject: 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`. --- plugins/xref.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/xref.mk') diff --git a/plugins/xref.mk b/plugins/xref.mk index e0c25dc..575650f 100644 --- a/plugins/xref.mk +++ b/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 -- cgit v1.2.3