1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-23 18:54:10 +00:00

Merge pull request 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