fzf: printf %q verb needs bash
This commit is contained in:
parent
bc693d1375
commit
05929f48a8
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue