Merge pull request #106 from jagajaga/master

Change `/bin/bash` to `/usr/bin/env bash`
This commit is contained in:
Junegunn Choi 2014-12-01 18:19:33 +09:00
commit 7e2dfef930
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd `dirname $BASH_SOURCE`
fzf_base=`pwd`

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
confirm() {
while [ 1 ]; do