aboutsummaryrefslogtreecommitdiff
path: root/lib/util.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-26 12:20:50 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-03-26 12:20:50 +0200
commit0b1146b6aef61a4369922b67a29e42c992f5de6b (patch)
tree15aec245eb09cf23e1b34cece4f5b3e895769eaa /lib/util.bash
parent477139d686db84d28e43ccc854276d7aad239114 (diff)
Improve my relationship with shellcheck
Diffstat (limited to 'lib/util.bash')
-rw-r--r--lib/util.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.bash b/lib/util.bash
index fac492c..bae620b 100644
--- a/lib/util.bash
+++ b/lib/util.bash
@@ -213,7 +213,7 @@ file_template_bpt()
file="$1" ; shift
- eval "$@ bpt.main ge \"$file\""
+ eval "$* bpt.main ge \"$file\""
printf "\n"
}