zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: PATCH: RE: PATCH: Re: Something weird with modules aliases
Date: Thu, 23 Dec 1999 18:04:21 +0300	[thread overview]
Message-ID: <001c01bf4d56$fe281870$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <E12196Y-0001c5-00@crucigera.fysh.org>

> 
> Andrej Borsenkow wrote:
> >bor@itsrm2% find . -name '?*.*' -prune -o -name .preconfig -print
> 
> That should be fine.  We should make the same changes in mkdisttree.sh.
> 

Hope, it will not be mangled (why zsh-workers do not like MIME?)

--- Util/mkdisttree.sh.org      Wed Dec  8 21:16:29 1999
+++ Util/mkdisttree.sh  Thu Dec 23 18:02:07 1999
@@ -46,7 +46,7 @@
 trap 'rm -f $filelist; rm -rf $disttree; exit 1' 1 2 15
 (
     cd $sdir_top
-    find . \( -name '*.*' -prune \) -o \( -name .distfiles -print \)
+    find . \( -name '*.*' -prune \) -o  -name .distfiles -print 
 ) > $filelist
 ( while read dfn; do
     subdir=`echo $dfn | sed 's,/\.distfiles$,,'`
--- Util/preconfig.org  Thu Dec 23 01:02:59 1999
+++ Util/preconfig      Thu Dec 23 18:02:22 1999
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-find . \( -name '?*.*' -prune \) -o \( -name .preconfig -print \) | (
+find . \( -name '?*.*' -prune \) -o  -name .preconfig -print  | (
     while read pre; do
        cmd=`echo $pre | sed 's,^,cd ,;s,/\([^/]*\)$, \&\& ./\1,'`
        echo >&2 "$cmd"


      reply	other threads:[~1999-12-23 15:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-20 13:37 zefram
1999-12-23 13:17 ` Andrej Borsenkow
1999-12-23 13:29   ` Zefram
1999-12-23 14:02     ` Andrej Borsenkow
1999-12-23 14:20       ` Zefram
1999-12-23 15:04         ` Andrej Borsenkow [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='001c01bf4d56$fe281870$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --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).