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:
committed by
Stephan Bergmann
parent
1ecec5afb0
commit
fa414fcf97
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user