summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-12-01 23:22:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-12-01 23:22:36 +0900
commit3e6e0528a65447129994d8abb9e12b88a2fce91f (patch)
tree5285ac0d426c85b9bba26adb9d40bc222905f845 /install
parentac508a1ce42452dc5f52549e39e8f1ba0edc70ac (diff)
downloadfzf-3e6e0528a65447129994d8abb9e12b88a2fce91f.tar.gz
[install] grep -> \grep
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 556d9dfa..1aac29a7 100755
--- a/install
+++ b/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=$?