ure/source/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e Author: Olivier Hallot <olivier.hal...@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 ;; *) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits