<div dir="ltr"><br><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>
export SAL_LOG=1<br>
./soffice<br>
<br>
works perfect (on my machines == windows 8.1 with lode and cygwin)<br>
<br>
SAL_LOG=1<br>
./soffice<br>
<br>
does not work on my machine.<br>
<br></blockquote><div><br></div><div>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><br></div><div>--tml</div><div><br></div></div></div></div>