1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-08-17 13:33:49 -07:00

bash -> env bash

This commit is contained in:
Arseniy Seroka
2014-11-30 23:02:34 +03:00
parent 80819f3c44
commit 0296fcb5cd
2 changed files with 2 additions and 2 deletions

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

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