Hello, > Does the following sentence relate to my question? > > > I believe that the second warning can be > > safely ignored.
It does, indeed. On line 30 of /usr/bin/texmacs, the inclusion of
"$TEXMACS_BIN_PATH/lib" is properly done, because :
- if LD_LIBRARY_PATH is empty before, the ${LD_LIBRARY_PATH+...}
constructs evaluates to the empty string (and no colon is added)
- if LD_LIBRARY_PATH was non-empty, the construct evaluates to
":$LD_LIBRARY_PATH" and no "single colon" is present
So, this part is safe.
However, in plugins/mupad/bin/tm_mupad_help, its use is not escaped
and will add a leading colon, and my previous patch addresses that.
Hope that clarifies,
--
Etienne Millon
signature.asc
Description: Digital signature

