CYGWIN bash and SAL_LOG=1 not working

Chris Sherlock chris.sherlock79 at gmail.com
Thu Jan 14 15:50:17 PST 2016


I think you can do:

SAL_LOG=1 ./soffice

Chris

> On 15 Jan 2016, at 5:29 AM, Tor Lillqvist <tml at iki.fi> wrote:
> 
> 
> 
> 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
> 
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20160115/aa6e4c11/attachment.html>


More information about the LibreOffice mailing list