[svn-commits] russell: trunk r137987 - /trunk/doc/tex/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 14 17:43:15 CDT 2008


Author: russell
Date: Thu Aug 14 17:43:15 2008
New Revision: 137987

URL: http://svn.digium.com/view/asterisk?view=rev&rev=137987
Log:
Fix a bashism that causes an error when trying to build the pdf on ubuntu

Modified:
    trunk/doc/tex/Makefile

Modified: trunk/doc/tex/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/doc/tex/Makefile?view=diff&rev=137987&r1=137986&r2=137987
==============================================================================
--- trunk/doc/tex/Makefile (original)
+++ trunk/doc/tex/Makefile Thu Aug 14 17:43:15 2008
@@ -15,7 +15,7 @@
 	@echo "** located at asterisk.pdf.                ***"	
 	@echo "**********************************************"
 ifneq ($(findstring kpsewhich,$(KPATHSEA)),)
-ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$$(TEXMF)'| tr -d \! | sed 's/:/ /g'` -name fncychap.sty -print)),)
+ifeq ($(findstring fncychap.sty,$(shell find `$(KPATHSEA) --expand-braces='$${TEXMF}'| tr -d \! | sed 's/:/ /g'` -name fncychap.sty -print)),)
 	@echo
 	@echo "WARNING:  The fncychap.sty document was not found"
 	@echo "On Ubuntu, install the texlive-latex-extra package."




More information about the svn-commits mailing list