zsh-workers
 help / color / mirror / code / Atom feed
From: Andrew Main <zefram@tao.co.uk>
To: zsh-workers@math.gatech.edu
Cc: ajc@bing.wattle.id.au
Subject: Re: 3.1.3 - config.status file generation problems...
Date: Fri, 1 May 1998 14:43:56 +0100 (BST)	[thread overview]
Message-ID: <199805011343.OAA14754@taos.demon.co.uk> (raw)
In-Reply-To: <no.id> from "zefram" at May 1, 98 02:29:48 pm

zefram wrote:
>It looks as if the shell you used to run the configure script has
>translated '\\' to '\' within single quotes, which is well out of order.
>Alternatively your ed has done the equivalent, which is also wrong.

On second thoughts, scratch that.  It's almost certainly echo that's
translating '\\' to '\'.  So the advice is, don't configure 3.1.3 with
a SysV sh.  zsh and bash will both work as intended (if invoked as sh).

Temporary fix: in the ed input in configure.in, change each '\' to '#',
and change ') | ed' to ') | sed s/\#/\\\\/g | ed'.  I'll produce a proper
patch when I have a chance to analyse it more thoroughly.

-zefram


  parent reply	other threads:[~1998-05-01 13:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <no.id>
1996-05-23  0:34 ` compctl bug in 2.6-betat17 Zoltan Hidvegi
1996-09-10 10:25 ` bugs found Geoff Wing
1998-05-01 13:43 ` Andrew Main [this message]
1998-05-01 12:39 3.1.3 - config.status file generation problems Andrew J Cosgriff
1998-05-01 13:04 ` Andrew Main
1998-05-01 13:29 ` Andrew Main
1998-05-01 13:46   ` Andrew J Cosgriff
1998-05-01 14:02   ` Bruce Stephens
1998-05-01 14:09     ` Andrew J Cosgriff
1998-05-01 13:30 ` Bruce Stephens

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=199805011343.OAA14754@taos.demon.co.uk \
    --to=zefram@tao.co.uk \
    --cc=ajc@bing.wattle.id.au \
    --cc=zsh-workers@math.gatech.edu \
    /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).