Merge pull request #2708 from WesleyAC/portable-hashbangs
Use more portable hashbang for dev scripts.
This commit is contained in:
commit
d253a61f02
2 changed files with 2 additions and 2 deletions
2
bw-dev
2
bw-dev
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# exit on errors
|
||||
set -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue