From ce7d4a1c53ef73ad4f02726f6ccf1df1d6a3eb1c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 27 Mar 2015 12:35:06 +0900 Subject: Fix #162 - Ignore \e[K --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2604c3ba..d833ce98 100644 --- a/src/Makefile +++ b/src/Makefile @@ -18,7 +18,7 @@ BINDIR := ../bin BINARY32 := fzf-$(GOOS)_386 BINARY64 := fzf-$(GOOS)_amd64 -VERSION = $(shell fzf/$(BINARY64) --version) +VERSION = $(shell fzf/$(BINARY64) --version | sed 's/-p[0-9]*//') RELEASE32 = fzf-$(VERSION)-$(GOOS)_386 RELEASE64 = fzf-$(VERSION)-$(GOOS)_amd64 -- cgit v1.2.3