[PATCH] Fix typo in /ure/bin/startup.sh

Olivier Hallot olivier.hallot at alta.org.br
Sat Jun 9 09:31:52 PDT 2012


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


--------------050409070007080508010909--


More information about the LibreOffice mailing list