aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.brew2
-rwxr-xr-x.osx2
-rwxr-xr-xbootstrap.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.brew b/.brew
index 20d9630..b60e746 100755
--- a/.brew
+++ b/.brew
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Make sure we’re using the latest Homebrew
brew update
diff --git a/.osx b/.osx
index 5611334..a2e791f 100755
--- a/.osx
+++ b/.osx
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ~/.osx — http://mths.be/osx
diff --git a/bootstrap.sh b/bootstrap.sh
index be53776..9fd1df3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
cd "$(dirname "${BASH_SOURCE}")"
git pull origin master
function doIt() {