[tor-talk] TBB equivalent for Thunderbird?

Karsten N. kn at awxcnx.de
Sun Sep 30 16:48:59 UTC 2012


On 09/30/2012 04:21 PM, antispam06 at sent.at wrote:
>> >   #!/bin/sh
>> >   export HOME="`pwd`"
>> >   ./thunderbird/thunderbird

> Wouldn't that mess the $HOME? 

No, only the shell of the running script is affected.

> Shouldn't omit the export? Something like:
> 
> #!/bin/sh
> HOME="`pwd`"; ./thunderbird/thunderbird

Works too.

Best regards
Karsten N.


More information about the tor-talk mailing list