[Libreoffice-commits] .: scp2/source

David Tardon dtardon at kemper.freedesktop.org
Fri Jun 22 04:57:54 PDT 2012


 scp2/source/python/file_python.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 20b2d07bde44078c7627a9cc08394cf496081b2b
Author: David Tardon <dtardon at redhat.com>
Date:   Fri Jun 22 13:56:30 2012 +0200

    add missing quotes
    
    Change-Id: Ic93eebd5fbad25479560e56cd3a2c1da035da45d

diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index 8ffc79c..305a3e6 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -353,7 +353,7 @@ End
 
 Directory gid_Dir_Py_PythonCore_Bin
     ParentID = gid_Dir_Py_PythonCore;
-    HostName = bin;
+    HostName = "bin";
 End
 
 File gid_File_Py_Python_Bin


More information about the Libreoffice-commits mailing list