build: Additional hashbang compatibility for BSD-like systems.
Fixes #1040.
This commit is contained in:
parent
4cc1e86930
commit
8e2a082677
@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
import sys
|
import sys
|
||||||
|
3
make/config.guess
vendored
3
make/config.guess
vendored
@ -1,4 +1,5 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
# ^ REMOVE SPACE WHEN UPDATING (for BSD)
|
||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2017 Free Software Foundation, Inc.
|
# Copyright 1992-2017 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# usage: build-presets
|
# usage: build-presets
|
||||||
|
|
||||||
SELF="${BASH_SOURCE[0]}"
|
SELF="${BASH_SOURCE[0]}"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# mac only
|
# mac only
|
||||||
if [[ "$(uname)" != "Darwin" ]]; then
|
if [[ "$(uname)" != "Darwin" ]]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Retrieves git repository info for directory ${1} using command ${2}
|
# Retrieves git repository info for directory ${1} using command ${2}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Usage: tag-release.sh <release-ver> [<ref>]
|
# Usage: tag-release.sh <release-ver> [<ref>]
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/tcsh
|
#!/usr/bin/env tcsh
|
||||||
#
|
#
|
||||||
# generate aspect ratio & cropping regression test data
|
# generate aspect ratio & cropping regression test data
|
||||||
# from a set of HandBrake input files
|
# from a set of HandBrake input files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user