[Libreoffice-commits] .: sw/qa

Fridrich Strba fridrich at kemper.freedesktop.org
Sun Jan 30 07:46:19 PST 2011


 sw/qa/core/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3e05966a926570b2b4e27d8abadc275ef51b631
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sun Jan 30 16:42:42 2011 +0100

    Fix Windows build of sw
    
    On Windows, the path separator is ";" and the echo command is interpreted wrongly if not quoted

diff --git a/sw/qa/core/makefile.mk b/sw/qa/core/makefile.mk
index d75990a..769ffb9 100644
--- a/sw/qa/core/makefile.mk
+++ b/sw/qa/core/makefile.mk
@@ -150,7 +150,7 @@ STAR_RESOURCEPATH:=$(PWD)/$(BIN)$(PATH_SEPERATOR)$(SOLARBINDIR)
 .EXPORT : STAR_RESOURCEPATH
 
 test .PHONY: $(SHL1TARGETN) $(SHL2TARGETN) $(MISC)/$(TARGET)/services.rdb $(MISC)$/$(TARGET)$/types.rdb $(MISC)/$(TARGET)/udkapi.rdb
-    echo $(STAR_RESOURCEPATH)
+    echo "$(STAR_RESOURCEPATH)"
     @echo ----------------------------------------------------------
     @echo - start unit test \#1 on library $(SHL1TARGETN)
     @echo ----------------------------------------------------------


More information about the Libreoffice-commits mailing list