Merge pull request #2708 from WesleyAC/portable-hashbangs

Use more portable hashbang for dev scripts.
This commit is contained in:
Mouse Reeve 2023-03-12 16:29:10 -07:00 committed by GitHub
commit d253a61f02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
bw-dev
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# exit on errors
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# determine inital and target versions