aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2017-05-10 13:22:06 +0200
committerLoïc Hoguin <[email protected]>2017-05-10 13:33:02 +0200
commit0c2ca82ac0f32435656ba2ee4b687161cb213470 (patch)
tree55d291deb7e2418425092ed62626aba5bd11609c
parent7430ae6711a20639b2c0cd016749bf5a983c9dae (diff)
downloaderlang.mk-0c2ca82ac0f32435656ba2ee4b687161cb213470.tar.gz
erlang.mk-0c2ca82ac0f32435656ba2ee4b687161cb213470.tar.bz2
erlang.mk-0c2ca82ac0f32435656ba2ee4b687161cb213470.zip
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`.
-rw-r--r--plugins/xref.mk6
1 files changed, 3 insertions, 3 deletions
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