From 9a670c67eb24da0ef464d2b670fdde5a16ebb260 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 10 May 2000 08:46:45 +0000 Subject: 11287: Naoki Wakamatsu: compinstall spaces to be tab --- Completion/Core/compinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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++ )) -- cgit 1.4.1