Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Patch attached.

fix typo in ure/bin/startup.sh

regards

Em 09-06-2012 12:46, julien2412 escreveu:
Hi Olivier,

I'd say it's a typo but I'm not an AIX expert. Here's a link concerning
LIBPATH :
http://publib.boulder.ibm.com/infocenter/forms/v3r5m0/index.jsp?topic=/com.ibm.form.api.configuring.doc/api_configuring_unix_path.html

Julien

--
View this message in context: 
http://nabble.documentfoundation.org/LIBPAT-under-AIX-tp3989121p3989131.html
Sent from the Dev mailing list archive at Nabble.com.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

- -- 
Olivier Hallot
Founder, Board of Directors Member - The Document Foundation
The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
Fundação responsável civilmente, de acordo com o direito civil
Detalhes Legais: http://www.documentfoundation.org/imprint
LibreOffice translation leader for Brazilian Portuguese
+55-21-8822-8812
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJP03trAAoJEJp3R7nH3vLx6WsH/iA3MexOu43HnctbSmhccI/p
EmaaakdOllrxk0anmkmcvqoasPJsAco6kx41tPjQy+gFClV52kNQaTU/2JspVlft
k9czv3Sz3QCxSSTfPivNAaw/1/MXdI2uOJKxylOBRA00S8SvRHJ82mp5mDciOtB2
gUudDH4mE6iGxkmz0v6QZuPhl9Sj57ilWL6K+PnN7ruL6njGVmbHBcx/bi6NGEpW
PlQxU0gxkQ7kxTpMhLNW0u1FISn8+iwSRTMyYSAp5n/ngfEfewyxmu5CK/2ZFldt
1V0iDLnASpt5gEQBL012vfRgBzCOXYGqZS6FzM+5eCQguJ/mfmkdZd9c/AlNDw0=
=8HdL
-----END PGP SIGNATURE-----
From 09537ec2a2a19ac4080ac5eba9f667224b60ce95 Mon Sep 17 00:00:00 2001
From: Olivier Hallot <olivier.hallot@alta.org.br>
Date: Sat, 9 Jun 2012 13:31:52 -0300
Subject: [PATCH] Fix typo in /ure/bin/startup.sh

Fix typo in ure/bin/starttup.sh for AIX LIBPATH

Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20
---
 ure/source/startup.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ure/source/startup.sh b/ure/source/startup.sh
index 1b80e16..d3eeebf 100644
--- a/ure/source/startup.sh
+++ b/ure/source/startup.sh
@@ -42,7 +42,7 @@ if [ -x "${epath}/javaldx" ] ; then
         sd_platform=`uname -s`
         case $sd_platform in
           AIX)
-            LIBPAT=${jpath}${LIBPATH:+:${LIBPATH}}
+            LIBPATH=${jpath}${LIBPATH:+:${LIBPATH}}
             export LIBPATH
             ;;
           *)
-- 
1.7.9.5


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.