diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-08-05 10:14:10 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-08-05 10:14:10 -0400 |
commit | 302e9987fe732e7e4154386058fff2720fc68fc3 (patch) | |
tree | 6e3752b8cbac966eef0c99f3338fd7b498ea5c41 /flags.sh | |
parent | 0d41d68b8d907cf1246645a01b43b839e5dbe44b (diff) | |
download | bfs-302e9987fe732e7e4154386058fff2720fc68fc3.tar.xz |
Use /usr/bin/env bash as the shebang in scripts
This should reduce the need for patches on the BSDs.
Diffstat (limited to 'flags.sh')
-rwxr-xr-x | flags.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e |