summaryrefslogtreecommitdiffstats
path: root/make/xcodemake
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 /make/xcodemake
parent4cc1e86930cd2414e5e01875997b1afb9d6895e4 (diff)
build: Additional hashbang compatibility for BSD-like systems.
Fixes #1040.
Diffstat (limited to 'make/xcodemake')
-rwxr-xr-xmake/xcodemake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/xcodemake b/make/xcodemake
index 972f6d386..4b0c29119 100755
--- a/make/xcodemake
+++ b/make/xcodemake
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
set -e