<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I think you can do:<div class=""><br class=""></div><div class="">SAL_LOG=1 ./soffice</div><div class=""><br class=""></div><div class="">Chris</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 15 Jan 2016, at 5:29 AM, Tor Lillqvist <<a href="mailto:tml@iki.fi" class="">tml@iki.fi</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><br class=""><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br class="">
export SAL_LOG=1<br class="">
./soffice<br class="">
<br class="">
works perfect (on my machines == windows 8.1 with lode and cygwin)<br class="">
<br class="">
SAL_LOG=1<br class="">
./soffice<br class="">
<br class="">
does not work on my machine.<br class="">
<br class=""></blockquote><div class=""><br class=""></div><div class="">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.</div><div class=""><br class=""></div><div class="">--tml</div><div class=""><br class=""></div></div></div></div>
_______________________________________________<br class="">LibreOffice mailing list<br class=""><a href="mailto:LibreOffice@lists.freedesktop.org" class="">LibreOffice@lists.freedesktop.org</a><br class="">http://lists.freedesktop.org/mailman/listinfo/libreoffice<br class=""></div></blockquote></div><br class=""></div></body></html>