fzf: printf %q verb needs bash

This commit is contained in:
Dominik Honnef 2015-04-18 05:28:03 +02:00
parent bc693d1375
commit 05929f48a8
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
command find -L . \( -path '*/\.*' -o -fstype 'dev' -o -fstype 'proc' \) -prune \
-o -type f -print \
-o -type d -print \

View file

@ -3,7 +3,7 @@ pkgname=fzf
version=0.9.7.1
_version=0.9.7-1
wrksrc=${pkgname}-${_version}
revision=2
revision=3
build_style=go
go_import_path="github.com/junegunn/fzf/src"
go_package="github.com/junegunn/fzf/src/fzf"