spiegel-keyman/core
Marc Durdin 767927bf16 chore(common): use /usr/bin/env bash
Fixes up scripts (except under /linux) to use `#!/usr/bin/env bash`
instead of `#!/bin/bash` or `#!/bin/sh` so that we don't end up with
the ancient version of bash supplied with macOS.

This became urgent with this PR, because of bash-4.xisms in
build-utils.sh, for example on line 572:

```
if [[ -v _builder_params[$e] ]]; then
```
2022-07-25 14:59:37 +10:00
..
doc chore(common): adjust scripts for core relocation 2022-05-18 07:22:11 +10:00
include chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
python/keyman/keyboardprocessor chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
src fix(common): Fix delete 2022-07-18 15:38:33 +02:00
tests chore(developer): Merge branch 'master' into chore/developer/js-to-lmc 2022-06-25 05:48:57 +10:00
.gitignore chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
build.bat chore(common): Merge branch 'chore/web/keyman-version-for-developer' into chore/common/move-common-core-desktop-to-core 2022-05-30 09:38:27 +10:00
build.sh chore(core): chmod +x 2022-05-18 07:22:59 +10:00
gettier.sh chore(common): use /usr/bin/env bash 2022-07-25 14:59:37 +10:00
getversion.bat chore(common): adjust scripts for core relocation 2022-05-18 07:22:11 +10:00
getversion.sh chore(common): use /usr/bin/env bash 2022-07-25 14:59:37 +10:00
meson.build chore(common): Merge branch 'chore/web/keyman-version-for-developer' into chore/common/move-common-core-desktop-to-core 2022-05-30 09:38:27 +10:00
wasm.build.linux.in chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
wasm.build.mac.in chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
wasm.build.win.in chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
wasm.defs.build chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00