diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-01 23:22:36 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-01 23:22:36 +0900 |
| commit | 3e6e0528a65447129994d8abb9e12b88a2fce91f (patch) | |
| tree | 5285ac0d426c85b9bba26adb9d40bc222905f845 /install | |
| parent | ac508a1ce42452dc5f52549e39e8f1ba0edc70ac (diff) | |
| download | fzf-3e6e0528a65447129994d8abb9e12b88a2fce91f.tar.gz | |
[install] grep -> \grep
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=$? |
