mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
dist/freedoom: use “/usr/bin/env” for finding bash
Not all systems (FreeBSD or Mac OS X, as examples) have a bash installed at /bin/bash. Using /usr/bin/env is a OS-portable way to invoke a script.
This commit is contained in:
parent
bdb986eb14
commit
bde0eddaea
1 changed files with 1 additions and 1 deletions
2
dist/freedoom
vendored
2
dist/freedoom
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# These ports should be ordered by ease-of-use, of which menu
|
||||
# simplicity and support for high-resolution take high priority.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue