aboutsummaryrefslogtreecommitdiff
path: root/debian/wrappers/nxagent
diff options
context:
space:
mode:
Diffstat (limited to 'debian/wrappers/nxagent')
-rw-r--r--debian/wrappers/nxagent3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/wrappers/nxagent b/debian/wrappers/nxagent
index 0aa75a82a..6306ed069 100644
--- a/debian/wrappers/nxagent
+++ b/debian/wrappers/nxagent
@@ -23,10 +23,7 @@ NX_LOCAL_LIBS=/usr/local/lib/nx
NX_TEMP=${NX_TEMP:-/tmp}
export NX_TEMP
-LD_LIBRARY_PATH=$NX_LOCAL_LIBS:$NX_LOCAL_LIBS/X11:$NX_LIBS:$NX_LIBS/X11:$LD_LIBRARY_PATH
test -x $NX_LOCAL_LIBS/bin/$NXAPP && export NX_LIBS=$NX_LOCAL_LIBS
test -x $NX_LIBS/bin/$NXAPP && export NX_LIBS=$NX_LIBS
-export LD_LIBRARY_PATH
-
exec $NX_LIBS/bin/$NXAPP "$@"