zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@fysh.org>
To: Peter Stephenson <pws@pwstephenson.fsnet.co.uk>
Cc: Zsh hackers list <zsh-workers@sunsite.auc.dk>
Subject: Re: PATCH: omit modules from compilation and installation process
Date: Mon, 14 Feb 2000 10:11:53 +0000 (GMT)	[thread overview]
Message-ID: <E12KITx-0003cO-00@crucigera.fysh.org> (raw)
In-Reply-To: <E12K3x4-0008IA-00.2000-02-13-18-40-58@mail1.svr.pol.co.uk> from Peter Stephenson at "Feb 13, 2000 06:44:33 pm"

Looks good as far as it goes.  Except:

>+omit_modules="`echo $OMIT_MODULES | sed 's/,/ /'`"

should be:

  omit_modules="`echo $OMIT_MODULES | sed 's/,/ /g'`"

-zefram

--- Src/mkmodindex.sh	1999/12/21 15:18:28	1.2
+++ Src/mkmodindex.sh	2000/02/13 18:22:47
@@ -11,1 +11,1 @@
-omit_modules="`echo $OMIT_MODULES | sed 's/,/ /'`"
+omit_modules="`echo $OMIT_MODULES | sed 's/,/ /g'`"


      parent reply	other threads:[~2000-02-14 10:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-13 18:44 Peter Stephenson
2000-02-14  1:16 ` Bart Schaefer
2000-02-14  7:14 ` Andrej Borsenkow
2000-02-14 19:10   ` Peter Stephenson
2000-02-14 10:11 ` Zefram [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E12KITx-0003cO-00@crucigera.fysh.org \
    --to=zefram@fysh.org \
    --cc=pws@pwstephenson.fsnet.co.uk \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).