From fa414fcf975b8eb572ce3679a0b91e2e16ca7f2e Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 9 Jun 2012 13:31:52 -0300 Subject: Fix typo in /ure/bin/startup.sh Fix typo in ure/bin/starttup.sh for AIX LIBPATH Change-Id: I321fe67c48c3eafd81a6f271422272795c27bd20 --- ure/source/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ure') 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 ;; *) -- cgit