Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.1.3 - config.status file generation problems...
- X-seq: zsh-workers 3903
- From: Andrew Main <zefram@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: 3.1.3 - config.status file generation problems...
- Date: Fri, 1 May 1998 14:43:56 +0100 (BST)
- Cc: ajc@xxxxxxxxxxxxxxxxx
- 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author