From 9734cfa736275e4b0ca989033eb650b1422c27dc Mon Sep 17 00:00:00 2001 From: Joel Schaerer Date: Wed, 5 Jan 2011 20:05:36 +0100 Subject: [PATCH] use your actual shell instead of the one in /usr/bin This should solve http://github.com/joelthelion/autojump/issues/#issue/34 --- install.sh | 2 +- install.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d093d43..a4ea759 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #Copyright Joel Schaerer 2008, 2009 #This file is part of autojump diff --git a/install.zsh b/install.zsh index 4d65da8..f372054 100755 --- a/install.zsh +++ b/install.zsh @@ -1,4 +1,4 @@ -#! /bin/zsh +#!/usr/bin/env zsh #Copyright Joel Schaerer 2008, 2009 #This file is part of autojump