[Libreoffice-commits] .: ure/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Mon Jun 11 00:54:27 PDT 2012
ure/source/startup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e
Author: Olivier Hallot <olivier.hallot at alta.org.br>
Date: Sat Jun 9 13:31:52 2012 -0300
Fix typo in /ure/bin/startup.sh
Fix typo in ure/bin/starttup.sh for AIX LIBPATH
Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20
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
;;
*)
More information about the Libreoffice-commits
mailing list