lix/maintainers
vigress8 c7af89c797 change shebangs of all .sh scripts to bash
On operating systems where /bin/sh is not Bash, some scripts are invalid
because of bashisms, and building Lix fails with errors like this:
`render-manpage.sh: 3: set: Illegal option -o pipefail`
This modifies all scripts that use a `/bin/sh` shebang to `/usr/bin/env
bash`, including currently POSIX-compliant ones, to prevent any future
confusion.

Change-Id: Ia074cc6db42d40fc59a63726f6194ea0149ea5e0
2024-06-24 14:00:43 -07:00
..
build-release-notes.nix Format Nix code with nixfmt 2024-04-08 13:00:00 -07:00
build-release-notes.py Put into place initial release engineering 2024-06-06 20:53:08 -07:00
buildtime_report.sh change shebangs of all .sh scripts to bash 2024-06-24 14:00:43 -07:00
check-headers.nix pre-commit check for pragma once and ///@file 2024-04-08 16:10:57 -07:00
check-headers.sh pre-commit check for pragma once and ///@file 2024-04-08 16:10:57 -07:00
issue_import.py Issue importer: do not notify 2024-03-23 19:03:34 -07:00
upload_manual.sh doc: add a script to upload the nightly manual manually 2024-05-14 14:28:01 -07:00