From 3592641a7ddf4c0f2b0c093afb8ad6fd309fb4ca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 15 Jul 2021 15:02:36 -0700 Subject: [PATCH] Fix for bindings --- scripts/bbkeys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bbkeys b/scripts/bbkeys index 3577175..fd1491c 100755 --- a/scripts/bbkeys +++ b/scripts/bbkeys @@ -7,7 +7,7 @@ # The format is: ## (,)*:[ ]+(\n script)+ # # May God have mercy on my soul for creating this abomination: -sed '1,'$LINENO'd; /^$/d; s/^## \(.*\): \(.*\)/'"$(printf '\003')"':\1:# \2/' "$0" | tr '\003' '\000' | bbcmd; exit +sed '1,'$LINENO'd; /^$/d; s/^## \(.*\): \(.*\)/'"$(printf '\003')"'bind:\1:# \2/' "$0" | tr '\003' '\000' | bbcmd; exit ## Section: BB Commands ## ?,F1: Show Help menu