Here's what I did in a script that had the same problem:

unset PATH_INFO SCRIPT_NAME REQUEST_URI SERVER_PROTOCOL REQUEST_METHOD
QUERY_STRING STATUS PATH_TRANSLATED SCRIPT_URI SCRIPT_URL GATEWAY_INTERFACE
SERVER_NAME DOCUMENT_ROOT


Bill


On Wed, Apr 6, 2011 at 8:22 PM, Ron Wilson <[email protected]> wrote:

> 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
>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to