From a1a9ee287d332c22f67d4d6e87d124fa879d7ec7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 1 Nov 2017 10:06:30 +1300 Subject: Quote filename correctly in dfv(1df) If we don't do this, we run the risk of expanding an arbitrary macro VERSION on any given system. --- bin/dfv.mi5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/dfv.mi5 b/bin/dfv.mi5 index 02f1721d..0dedd0cb 100644 --- a/bin/dfv.mi5 +++ b/bin/dfv.mi5 @@ -1,7 +1,7 @@ # Print dotfiles version information cat <<'EOF' <% - include(VERSION) + include(`VERSION') syscmd(`printf "Built on %s by %s@%s\n" "$(date)" "$(id -nu)" "$(uname -n)"') %> The next 1<<10 years are ours! -- cgit v1.2.3