diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/bootstrap.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 6c26a0f..88d71b2 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -499,4 +499,5 @@ else endif list-templates: - $(verbose) echo Available templates: $(sort $(patsubst tpl_%,%,$(filter tpl_%,$(.VARIABLES)))) + $(verbose) @echo Available templates: + $(verbose) printf " %s\n" $(sort $(patsubst tpl_%,%,$(filter tpl_%,$(.VARIABLES)))) |