From bcd83f028802242acd838ef9e01b5f82ded7ccf3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 Jun 2012 13:51:47 +1200 Subject: Portability hack for install shebang --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3