From 3e6e0528a65447129994d8abb9e12b88a2fce91f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 1 Dec 2024 23:22:36 +0900 Subject: [PATCH] [install] grep -> \grep --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 556d9df..1aac29a 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=$?