On Wed, Apr 6, 2011 at 7:53 PM, Stephan Beal <[email protected]> wrote: > The problem turned out to be... i'm developing a CGI framework and to > facilitate testing i've defined a few CGI-defined environment variables into > my shell session. Fossil saw those and assumed he was in CGI mode, but then > didn't have enough info to do anything. > The lesson being, "don't tell fossil that your interactive shell is a CGI > environment."
Maybe if you define your command alias to either give empty values or unset those environment variables, you would avoid this. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

