From aeb32f9cf98bd1556a38ee231ebef29c339d6ea8 Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Wed, 9 May 2012 14:30:22 -0700 Subject: [PATCH] Bug 753039 - Error building gonk on OSX due to dont_build_docs.sh, r=ehsan --- tools/profiler/libunwind/dont_build_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profiler/libunwind/dont_build_docs.sh b/tools/profiler/libunwind/dont_build_docs.sh index f77ff8799700..1aef380d8703 100755 --- a/tools/profiler/libunwind/dont_build_docs.sh +++ b/tools/profiler/libunwind/dont_build_docs.sh @@ -1,4 +1,4 @@ #!/bin/sh # Edit the doc Makefile to just echo the commands -sed -e 's/latex2man/echo/' -e 's/pdflatex/echo/' -i "$1" +sed -e 's/latex2man/echo/' -e 's/pdflatex/echo/' -i.old "$1"