diff options
-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 ;; *) |