[asterisk-commits] russell: branch 1.6.0 r170791 - in /branches/1.6.0: ./ doc/tex/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 23 16:59:04 CST 2009


Author: russell
Date: Fri Jan 23 16:59:03 2009
New Revision: 170791

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=170791
Log:
Merged revisions 170790 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r170790 | russell | 2009-01-23 16:58:37 -0600 (Fri, 23 Jan 2009) | 2 lines

Don't blow up if a branch name has an underscore in it

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/doc/tex/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/doc/tex/Makefile
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/doc/tex/Makefile?view=diff&rev=170791&r1=170790&r2=170791
==============================================================================
--- branches/1.6.0/doc/tex/Makefile (original)
+++ branches/1.6.0/doc/tex/Makefile Fri Jan 23 16:59:03 2009
@@ -24,7 +24,7 @@
 endif
 endif
 	@cp asterisk.tex asterisk.tex.orig
-	@sed -e 's/ASTERISKVERSION/$(shell echo $(ASTERISKVERSION) | sed -e 's/\//\\\//g')/' asterisk.tex > asterisk_local.tex
+	@sed -e 's/ASTERISKVERSION/$(shell echo $(ASTERISKVERSION) | sed -e 's/\//\\\//g' | sed -e 's/_/\\_/g')/' asterisk.tex > asterisk_local.tex
 	@mv asterisk_local.tex asterisk.tex
 	@$(RUBBER) --pdf asterisk.tex
 	@mv asterisk.tex.orig asterisk.tex




More information about the asterisk-commits mailing list