CYGWIN bash and SAL_LOG=1 not working
Tor Lillqvist
tml at iki.fi
Thu Jan 14 10:29:11 PST 2016
>
> export SAL_LOG=1
> ./soffice
>
> works perfect (on my machines == windows 8.1 with lode and cygwin)
>
> SAL_LOG=1
> ./soffice
>
> does not work on my machine.
>
>
Nothing Cygwin-specific here. It works the same way in any Unix-style
environment. The export command puts the variable in the environment, and
it is thus inherited by child processes. Without export, the variable is
just local to the shell.
--tml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20160114/2e770a61/attachment.html>
More information about the LibreOffice
mailing list