mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Replace '/bin/bash' with '/usr/bin/env bash' in shebangs
This should hopefully help portability with BSDs.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
curbranch=`git branch | grep \* | cut -d ' ' -f 2`
|
||||
|
||||
if [[ x"$curbranch" == x"master" || x"$curbranch" == x"develop" ]]; then
|
||||
|
Reference in New Issue
Block a user