mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2025-02-17 09:21:35 +00:00
Use /usr/bin/env for bash.
Some systems like BSDs install it in /usr/local.
This commit is contained in:
parent
d8e3beaaa6
commit
4f25e8759a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
Loading…
Reference in a new issue