From 7388fac119ec3e5d192e85204ac5a7ad540bf832 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 26 Mar 2023 11:46:17 +0200 Subject: Add newline after bpt templating function --- lib/util.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.bash b/lib/util.bash index 0961c7e..c36b576 100644 --- a/lib/util.bash +++ b/lib/util.bash @@ -185,6 +185,7 @@ file_template_bpt() file="$1" ; shift eval "$@ bpt.main ge \"$file\"" + printf "\n" } # Check if the first argument given appears in the list of all following -- cgit v1.1