summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2017-12-03 04:38:48 -0500
committerBradley Sepos <[email protected]>2017-12-03 04:38:48 -0500
commit8e2a08267705f09e92f06289820ad6ebbfc9040e (patch)
tree85400d7d6223cbad4f27753796d1222121168bf8 /scripts
parent4cc1e86930cd2414e5e01875997b1afb9d6895e4 (diff)
build: Additional hashbang compatibility for BSD-like systems.
Fixes #1040.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-presets.sh2
-rwxr-xr-xscripts/mac-toolchain-build2
-rwxr-xr-xscripts/repo-info.sh2
-rwxr-xr-xscripts/tag-release.sh2
-rwxr-xr-xscripts/tst.aspect2
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/build-presets.sh b/scripts/build-presets.sh
index 1ea5c2dca..d739994f4 100755
--- a/scripts/build-presets.sh
+++ b/scripts/build-presets.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# usage: build-presets
SELF="${BASH_SOURCE[0]}"
diff --git a/scripts/mac-toolchain-build b/scripts/mac-toolchain-build
index befa4ccc4..61b2751d7 100755
--- a/scripts/mac-toolchain-build
+++ b/scripts/mac-toolchain-build
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# mac only
if [[ "$(uname)" != "Darwin" ]]; then
diff --git a/scripts/repo-info.sh b/scripts/repo-info.sh
index 91c824719..1e28e9ead 100755
--- a/scripts/repo-info.sh
+++ b/scripts/repo-info.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Retrieves git repository info for directory ${1} using command ${2}
diff --git a/scripts/tag-release.sh b/scripts/tag-release.sh
index d06d86c26..055676f4c 100755
--- a/scripts/tag-release.sh
+++ b/scripts/tag-release.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Usage: tag-release.sh <release-ver> [<ref>]
#
diff --git a/scripts/tst.aspect b/scripts/tst.aspect
index 64d58d7b7..da10cdcd9 100755
--- a/scripts/tst.aspect
+++ b/scripts/tst.aspect
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!/usr/bin/env tcsh
#
# generate aspect ratio & cropping regression test data
# from a set of HandBrake input files