[ooo-build-commit] .: Branch 'ooo-build-3-2' - 2 commits - bin/unpack

Andras Timar timar at kemper.freedesktop.org
Tue Feb 16 11:47:15 PST 2010


 bin/unpack |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 039901f925362bf79f5598aa40178102950b4de3
Author: Andras Timar <timar at fsf.hu>
Date:   Tue Feb 16 20:46:01 2010 +0100

    Small fix to bin/unpack
    
    * bin/unpack: changed " to ' in perl command

diff --git a/bin/unpack b/bin/unpack
index 3679b4a..e0c34ce 100755
--- a/bin/unpack
+++ b/bin/unpack
@@ -357,7 +357,7 @@ if test "z$PIECE" = "z"; then
     if [ -d $OOBUILDDIR/l10n ]; then
     for file in `find $OOBUILDDIR/l10n -type f -name "localize.sdf"` ; do
 	chmod 644 $file
-	perl -i -pe "s/(instsetoo_native\tinc_openoffice\\windows\\msi_languages\\Control.ulf.*OOO_CONTROL_124.*)Sun Microsystems, Inc./\1$ENV{"VENDORNAME"}/" $file
+	perl -i -pe 's/(instsetoo_native\tinc_openoffice\\windows\\msi_languages\\Control.ulf.*OOO_CONTROL_124.*)Sun Microsystems, Inc./\1$ENV{"VENDORNAME"}/' $file
     done
     fi
 fi
commit 35f0d80d064e5b7600345f8bc2da8c4fc899e0fc
Author: Andras Timar <timar at fsf.hu>
Date:   Tue Feb 16 20:45:15 2010 +0100

    Merge branches 'ooo-build-3-2' and 'ooo-build-3-2' of ssh://git.freedesktop.org/git/ooo-build/ooo-build into ooo-build-3-2


More information about the ooo-build-commit mailing list