zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-workers@zsh.org
Subject: Re: [PATCH] configure.ac: expand all paths in the summary
Date: Mon, 22 Sep 2014 14:31:06 +0100	[thread overview]
Message-ID: <20140922143106.28ad9a92@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <1411204287-19741-1-git-send-email-tanu.kaskinen@linux.intel.com>

On Sat, 20 Sep 2014 12:11:27 +0300
Tanu Kaskinen <tanu.kaskinen@linux.intel.com> wrote:
> This fixes a cosmetic issue in the configure summary text.

Thanks, I've committed it.

Entirely irrelevantly...

>  eval "zshbin1=${bindir}"
>  eval "zshbin2=${zshbin1}"
> -eval "zshman=${mandir}"
> -eval "zshinfo=${infodir}"
> -eval "zshfndir=${fndir}"
> +eval "zshman1=${mandir}"
> +eval "zshman2=${zshman1}"
> +eval "zshinfo1=${infodir}"
> +eval "zshinfo2=${zshinfo1}"
> +eval "zshfndir1=${fndir}"
> +eval "zshfndir2=${zshfndir1}"

Hmmm... this is where I should really be testing for the value of the
site function directory, so I don't need all the funny cases.  It's a
bit late, but it could stand a bit of moving around.  I can't be bothered
to revisit it, though.

pws


      reply	other threads:[~2014-09-22 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-20  9:11 Tanu Kaskinen
2014-09-22 13:31 ` Peter Stephenson [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=20140922143106.28ad9a92@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /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).