Fix typo in /ure/bin/startup.sh

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

Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20
This commit is contained in:
Olivier Hallot
2012-06-09 13:31:52 -03:00
committed by Stephan Bergmann
parent 1ecec5afb0
commit fa414fcf97

View File

@@ -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
;;
*)