aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-25 13:51:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-25 13:51:47 +1200
commitbcd83f028802242acd838ef9e01b5f82ded7ccf3 (patch)
treeacf6558459062e1d3c4cc92d146fe045c8b1eaad
parentMake final call into expected success (diff)
downloaddotfiles-bcd83f028802242acd838ef9e01b5f82ded7ccf3.tar.gz
dotfiles-bcd83f028802242acd838ef9e01b5f82ded7ccf3.zip
Portability hack for install shebang
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index a30a0649..7367b0d4 100755
--- a/install
+++ b/install
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Check out submodules. The --git-dir option doesn't work here.
cd "${HOME}/.dotfiles"