mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-18 05:53:49 -07:00
[install] grep -> \grep
This commit is contained in:
2
install
2
install
@@ -317,7 +317,7 @@ append_line() {
|
||||
sed 's/^/ Line /' <<< "$lines"
|
||||
|
||||
update=0
|
||||
if ! grep -qv "^[0-9]*:[[:space:]]*#" <<< "$lines" ; then
|
||||
if ! \grep -qv "^[0-9]*:[[:space:]]*#" <<< "$lines" ; then
|
||||
echo " - But they all seem to be commented"
|
||||
ask " - Continue modifying $file?"
|
||||
update=$?
|
||||
|
Reference in New Issue
Block a user