On Thu, 14 Jun 2012 14:49:42 +0200 Stephan Beal <[email protected]> wrote:
> And here's a dumb question, but i've had this problem before: on my hoster > HTML pages are served as some www-user but CGI apps are run as my account. > My point is, the user is not always who we expect and this has bitten me > before (or came as a pleasant surprise, in the case of my CGIs). Try adding > this output: > > [[ -x /path/to/fossil ]] && echo "is executable" > > :-? > > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > http://gplus.to/sgbeal The answer is "is executable". But I guessed to redirect STDERR to STDOUT and got "fossil: not within an open checkout". But PWD returns the proper directory where is the checkout, so the problem is with bash. How to set fossil to run in the current working directory of bash? And where actually it runs now??? -- John Found <[email protected]> _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

