m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00
This commit is contained in:
Junegunn Choi
2015-10-09 12:41:29 +09:00
parent 7d53051ec8
commit b3010a4624
4 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
[[ "$@" =~ --pre ]] && version=0.10.7 pre=1 ||
version=0.10.7 pre=0
[[ "$@" =~ --pre ]] && version=0.10.8 pre=1 ||
version=0.10.8 pre=0
cd $(dirname $BASH_SOURCE)
fzf_base=$(pwd)