m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

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
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` cd `dirname $BASH_SOURCE`
fzf_base=`pwd` fzf_base=`pwd`

View File

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