aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorAJ Acevedo <aj@ajalabs.com>2013-04-27 07:23:23 +0200
committerMathias Bynens <mathias@qiwi.be>2013-04-27 07:25:47 +0200
commit5d1850e041f955c48f5a2241faabddd7af895b58 (patch)
treeacbd9a9c477d59c7e83868090b4875e85b3085b8 /bootstrap.sh
parente368f38a17c138ada1ee42801b9436880fb8aabe (diff)
downloaddotfiles-5d1850e041f955c48f5a2241faabddd7af895b58.tar.gz
dotfiles-5d1850e041f955c48f5a2241faabddd7af895b58.tar.bz2
dotfiles-5d1850e041f955c48f5a2241faabddd7af895b58.zip
Update shebangs
If the user installs a custom Bash build, why not use it? Ref. #196 and #198.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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() {