emacs-devel
[Top][All Lists]
Advanced

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

Re: make bootsrap problems


From: Glenn Morris
Subject: Re: make bootsrap problems
Date: Tue, 27 May 2008 20:44:42 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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 = \\

Hmph.




reply via email to

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