about summary refs log tree commit diff
path: root/Completion/Core/compinstall
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/compinstall')
-rw-r--r--Completion/Core/compinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/compinstall b/Completion/Core/compinstall
index 9c6e8f9de..8b907d88e 100644
--- a/Completion/Core/compinstall
+++ b/Completion/Core/compinstall
@@ -91,7 +91,7 @@ fi
 ifile=$newifile
 
 if [[ $foundold = true ]]; then
-  sed -n "/^[   ]*$startline/,/^[       ]*$endline/p" $ifile |
+  sed -n "/^[ 	]*$startline/,/^[ 	]*$endline/p" $ifile |
   # Use the default read behaviour to handle any continuation lines.
   while read line; do
     (( lines_found++ ))