Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Tiny patch for compinstall typo
- X-seq: zsh-workers 11287
 
- From: Naoki Wakamatsu (わかまつなおき) <m5032106@xxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx
 
- Subject: PATCH: Tiny patch for compinstall typo
 
- Date: Wed, 10 May 2000 12:47:39 +0900 (JST)
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
Maybe, here is not space but TAB.
--- Completion/Core/compinstall.orig	Wed May 10 12:35:50 2000
+++ Completion/Core/compinstall	Wed May 10 12:37:22 2000
@@ -91,7 +91,7 @@
 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++ ))
---
Naoki Wakamatsu
m5032106@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author