[ooo-build-commit] .: bin/unpack
Andras Timar
timar at kemper.freedesktop.org
Tue Feb 16 11:44:41 PST 2010
bin/unpack | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cef2e5adaf01c0ecf0f87f6da6974b3fd104586d
Author: Andras Timar <timar at fsf.hu>
Date: Tue Feb 16 20:42:29 2010 +0100
Small fix to bin/unpack
* bin/unpack: changed " to ' in perl command
diff --git a/bin/unpack b/bin/unpack
index 504dbb5..8d561c7 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
More information about the ooo-build-commit
mailing list