From 2e33a7244d40cc766f72151791ba7152540f7d6c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 1 Nov 2021 12:11:09 -0600 Subject: [PATCH] bindings: add trgger bindings to list of processed files This should not need to be done in fmt-bindings, just the list in wscript should be enough. We ought to fix this someday --- tools/fmt-bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fmt-bindings b/tools/fmt-bindings index ab9da22b8d..a6a8c79e40 100755 --- a/tools/fmt-bindings +++ b/tools/fmt-bindings @@ -334,7 +334,7 @@ if ($make_accelmap) { # merge in the "fixed" bindings that are not defined by the argument given to this program # this covers things like the step editor, monitor and processor box bindings - foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings") { + foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings") { $path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings); open HARDCODED, "<", $path or die $!; while () {