Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.1.2-zefram3
- X-seq: zsh-workers 3704
- From: Bruce Stephens <B.Stephens@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: zsh-3.1.2-zefram3
- Date: Tue, 13 Jan 1998 15:04:26 +0000
- In-reply-to: Your message of "Tue, 13 Jan 1998 14:36:14 +0100." <199801131336.OAA25016@xxxxxxxxxx>
pws@xxxxxx said:
> I got this to compile by altering SHELL in both Src/Makefile and Src/
> Makemod.in.in to point to a version of zsh running as ksh. This seems
> to be OK (I have zle compiled in).
Ah, that works better. I hadn't changed Makemod.in.in before. Line 94 of
Src/makepro.awk causes a problem with Solaris2.5.1's nawk:
sub(/=.*$/, "", dcltor)
Quoting the = seems to fix it.
sub(/\=.*$/, "", dcltor)
After that it seems to compile OK.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author