zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Zefram" <zefram@fysh.org>
Cc: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: Re: Something weird with modules aliases
Date: Thu, 23 Dec 1999 17:02:46 +0300	[thread overview]
Message-ID: <001a01bf4d4e$63c5f9d0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <E1218JL-00018n-00@crucigera.fysh.org>

>
> No, and I can't reproduce it.  What system are you on?  What does
> "sh -x ./Util/preconfig" say?
>


bor@itsrm2% find . \( -name '?*.*' -prune \) -o \( -name .preconfig -print \)
./.preconfig
./.preconfig
./Src/Aliases/.preconfig
./Src/Aliases/.preconfig

According to my manual page, our find executes -print by default if no ather
actions are specified. Unfortunately, it looks like find considers only
top-level expressions. At the same time, -print is executed unconditionally. It
means, that in .preconfig case it is first printed by inner -print and then by
"default" missing one. This smells like a bug ... what d'you think?

Do you have anything against this one? (actually, default according to
precedence rules):

bor@itsrm2% find . -name '?*.*' -prune -o -name .preconfig -print
./.preconfig
./Src/Aliases/.preconfig

/andrej


  reply	other threads:[~1999-12-23 14:06 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 [this message]
1999-12-23 14:20       ` Zefram
1999-12-23 15:04         ` PATCH: " Andrej Borsenkow

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='001a01bf4d4e$63c5f9d0$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=zefram@fysh.org \
    --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).