diff options
author | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-06-09 13:31:52 -0300 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-11 09:54:15 +0200 |
commit | fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e (patch) | |
tree | 4f3ca053e30f3d2743635188961d19ca1dea42d3 /ure | |
parent | 1ecec5afb0bc7dff52622c8c75887816c56c7745 (diff) |
Fix typo in /ure/bin/startup.sh
Fix typo in ure/bin/starttup.sh for AIX LIBPATH
Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20
Diffstat (limited to 'ure')
-rw-r--r-- | ure/source/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ure/source/startup.sh b/ure/source/startup.sh index 1b80e16cf3d6..d3eeebf44d06 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 ;; *) |