summaryrefslogtreecommitdiffstats
path: root/bin/run
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-28 11:48:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-28 11:57:28 +0100
commit45ca1bfc22f5d6857aeefc1e444f369cf6519805 (patch)
tree47b0ca41002ac8adbb00f2a7d8bff916c0466c06 /bin/run
parentFold URE: Linux ure/bin/* -> program/ (diff)
downloadcore-45ca1bfc22f5d6857aeefc1e444f369cf6519805.tar.gz
core-45ca1bfc22f5d6857aeefc1e444f369cf6519805.zip
Fold URE: Linux ure/lib/* -> program/
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
Diffstat (limited to 'bin/run')
-rwxr-xr-xbin/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run b/bin/run
index dffa9cfd9c12..4fb369f149c4 100755
--- a/bin/run
+++ b/bin/run
@@ -42,7 +42,7 @@ done
exedir="${dir}"/workdir/LinkTarget/Executable
export URE_BOOTSTRAP=file://"${dir}"/instdir/program/fundamentalrc
-export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${dir}"/instdir/ure/lib:"${dir}"/instdir/program
+export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${dir}"/instdir/program
echo "setting URE_BOOTSTRAP to: ${URE_BOOTSTRAP}"
echo "setting search path to: ${LD_LIBRARY_PATH}"