blob: 9965f9b2a8d39b26859242684e8eb14d02bee836 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- /opt/visit/bin/visit 2013-04-02 08:40:10.000000000 -0700
+++ visit 2013-04-02 08:57:00.055180106 -0700
@@ -63,6 +63,8 @@
done
done
+export LD_LIBRARY_PATH=/opt/visit/current/linux-x86_64/lib:${LD_LIBRARY_PATH}
+
# Find the most recent VisIt python
visitpython=""
dir="$(dirname $0)"
|