[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-talk] TBB equivalent for Thunderbird?



On Sun, Sep 30, 2012, at 15:53, Karsten N. wrote:
> On 09/30/2012 02:49 PM, antispam06@xxxxxxx wrote:
> > What about Linux?
> 
> You may download Thunderbird for Linux (i686 or x86_64) from:
> 
> http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/
> 
> to your USB-Stick, unpack it and create a small start script
> "start_portble_tb.sh" on the USB stick with the following content:
> 
>   #!/bin/sh
>   export HOME="`pwd`"
>   ./thunderbird/thunderbird

Wouldn't that mess the $HOME? Shouldn't omit the export? Something like:

#!/bin/sh
HOME="`pwd`"; ./thunderbird/thunderbird

?
_______________________________________________
tor-talk mailing list
tor-talk@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk