Browse Source

use your actual shell instead of the one in /usr/bin

This should solve
http://github.com/joelthelion/autojump/issues/#issue/34
pull/40/head
Joel Schaerer 13 years ago
parent
commit
9734cfa736
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      install.sh
  2. +1
    -1
      install.zsh

+ 1
- 1
install.sh View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#Copyright Joel Schaerer 2008, 2009
#This file is part of autojump

+ 1
- 1
install.zsh View File

@ -1,4 +1,4 @@
#! /bin/zsh
#!/usr/bin/env zsh
#Copyright Joel Schaerer 2008, 2009
#This file is part of autojump

Loading…
Cancel
Save