Add shebangs for shellcheck (#4493)

* Add shebangs for shellcheck

See #AR-1406

* Add shebangs for shellcheck

Also for `extensions` scripts
This commit is contained in:
Ash
2022-11-27 21:44:50 +01:00
committed by GitHub
parent e5f234c324
commit 408bc67619
58 changed files with 58 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# global variables managing the state of the extension manager. treat as private.
declare -A extension_function_info # maps a function name to a string with KEY=VALUEs information about the defining extension
declare -i initialize_extension_manager_counter=0 # how many times has the extension manager initialized?