We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b8fdd commit 01a6e63Copy full SHA for 01a6e63
scripts/build
@@ -14,7 +14,7 @@ funcs_before_bma=$(compgen -A function)
14
for f in $project_root/lib/*-functions; do source "$f"; done
15
16
# all function after loading BMA functions
17
-funcs_after_bma=$(compgen -A function | command grep -v '_bma')
+funcs_after_bma=$(compgen -A function | grep -vE '^(_|__)bma')
18
19
# Generate the functions file
20
0 commit comments