[18871] in Athena Bugs
Re: NPX_PLUGIN_PATH
daemon@ATHENA.MIT.EDU (t. belton)
Mon Mar 12 12:08:53 2001
Date: Mon, 12 Mar 2001 12:08:50 -0500 (EST)
From: "t. belton" <tbelton@MIT.EDU>
To: Abby Fox <ajfox@mit.edu>
cc: <bug-infoagents@mit.edu>
In-Reply-To: <200103072250.RAA31733@n42-202-1.mit.edu>
Message-ID: <Pine.GSO.4.30L.0103121202250.27757-100000@home-on-the-dome.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Ah, rats. The problem with the old :- syntax was that it NEVER seemed to
be adding the local plugins directory, even when NPX_PLUGIN_PATH wasn't
already set. I tried some local test scripts and could never get it to
play right.
What I really want to do is just add the local directory to the plugin
path, period, whether it's already got something in it or not. I'm going
to change the syntax to
NPX_PLUGIN_PATH=${NPX_PLUGIN_PATH}:${HOME}/.netscape/plugins: (etc)
for the time being.
P.S. I hate shell scripting syntax.