On Sat, Feb 6, 2016 at 8:09 PM, Andy Bradford <amb-fos...@bradfords.org>
wrote:

> Thus said Stephan Beal on Sat, 06 Feb 2016 18:46:04 +0100:
>
> >  [stephan@host:~/cvs/fossil/ftest]$ tclsh ../fossil/test/tester.tcl
> > ../fossil/fossil
>
> That's the  ticket! Apparently calling  it with a relative  path doesn't
> work very well and I now see:
>
> ...
> couldn't open "../fossil-src/test/fossil_prompt_answer": no such file or
> directory
>

where did 'fossil-src' come from?


> Try the following for now:
>
> tclsh `pwd`/../fossil/test/tester.tcl `pwd`/../fossil/fossil
>


Eeeeew! Backticks are icky!

But this did the trick:

tclsh $PWD/../fossil/test/tester.tcl $PWD/../fossil/fossil

Thank you!


-- 
----- 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-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to