<<< Date Index >>>     <<< Thread Index >>>

Re: doc build failure



Ralf Wildenhues --> mutt-dev (2006-09-14 04:06:01 +0200):
> * Jukka Salmi wrote on Thu, Sep 14, 2006 at 03:11:22AM CEST:
> > Moritz Barsnick --> mutt-dev (2006-09-14 02:53:53 +0200):
> > > Are you sure that this is what your ksh is choking on?
> > 
> > Yes. But in the meantime I noticed that this is probably a problem
> > specific to the NetBSD PD KSH, thus it should be fixed there...
> 
> Yes, it's a known pdksh bug.
> 
> Please apply the following workaround to mutt, thank you.  (The right
> hand side of a variable assignment will not be word-split after command
> substitution, so there is no need for double-quotes there.)

If backticks are preferred over $() your patch is definitely the correct
solution. Thanks.

BTW, while somebody is patching doc/Makefile.am please consider adding
doc/manual.xml to the CVS ignore list.


Cheers, Jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
Index: doc/.cvsignore
===================================================================
RCS file: /cvsroots/mutt/doc/.cvsignore,v
retrieving revision 3.2
diff -u -p -r3.2 .cvsignore
--- doc/.cvsignore      18 Jul 2006 18:04:15 -0000      3.2
+++ doc/.cvsignore      14 Sep 2006 10:31:54 -0000
@@ -5,6 +5,7 @@ muttrc.man
 mutt.1
 manual.sgml
 manual.txt
+manual.xml
 stamp-*
 instdoc
 instdoc.sh