summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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=$?