Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: zsh-3.1.5-pws-8, configure.in, signal.h, cygwin



(patch to configure.in attached via mime so hotmail won't munge the 
text)

Under cygwin, gcc -E spits out include files with path separators of \\.  
They have to be switched to / in order for @SIGNAL_H@ to expand into 
usable values in the various makefile.ins.

I fixed this in patch 5330, but the two calls to sed in that patch are 
combined into one in pws-9.  This doesn't work, since the first sed 
needs the -n arg, while the \\ -> / one doesn't.

--
I'm really matt_armstrong@xxxxxxxxxxxx  My ISP is blacklisted by
http://www.orbs.org, so I must use hotmail.  :-(


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



Messages sorted by: Reverse Date, Date, Thread, Author