emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make bootsrap problems


From: Angelo Graziosi
Subject: Re: make bootsrap problems
Date: Wed, 28 May 2008 09:57:47 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Glenn Morris wrote:

> I think I see what's going on now. I'm guessing you have /bin/sh
> pointing to zsh. zsh's echo behaves differently from bash's with
> regards to these backslash escapes:
>
> bash> echo "ELCFILES = \\\\\\"   ->    ELCFILES = \\\
> zsh>  echo "ELCFILES = \\\\\\"   ->    ELCFILES = \\

I have GNU/Linux Kubuntu 8.04 and bash:

$ echo $SHELL
/bin/bash

Running the above command from Makefile (make update-elcfiles) prints, in temp.sed,

ELCFILES = \\

Instead, running from command line

ELCFILES = \\\


There is a bug somewhere. Perhaps, in 'Hardy' ?


Cheers,
   Angelo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]