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

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