On Sat, Jun 7, 2014 at 5:18 PM, Will Parsons <[email protected]> wrote:

> Or you should be able to simply set the environment variable:
>
> $ USER=philip_bennefall
>
> and then you don't need to worry about the -A or --user options.
>

That would work, but note that many programs use $USER to create strings
(paths) and such, so reassigning it is generally not a good idea. However...

export FOSSIL_USER=philip_bennefall

should do the trick without endangering any other apps.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to