Re: [OctDev] Bug in Octave 3.0.0

2008-03-31 Thread John W. Eaton
On 30-Mar-2008, Ben Abbott wrote: | On Mar 30, 2008, at 1:30 AM, Dmitri A. Sergatskov wrote: | > On Sat, Mar 29, 2008 at 11:42 PM, Chris Tandiono | > <[EMAIL PROTECTED]> wrote: | >> When using the run command, the working directory is not the expected | >> working directory. Should this be changed

Re: [OctDev] Bug in Octave 3.0.0

2008-03-30 Thread Ben Abbott
On Mar 30, 2008, at 1:30 AM, Dmitri A. Sergatskov wrote: On Sat, Mar 29, 2008 at 11:42 PM, Chris Tandiono <[EMAIL PROTECTED]> wrote: When using the run command, the working directory is not the expected working directory. Should this be changed? I don't really know. octave-3.0.0:8> pwd ans = /

Re: [OctDev] Bug in Octave 3.0.0

2008-03-29 Thread Dmitri A. Sergatskov
On Sat, Mar 29, 2008 at 11:42 PM, Chris Tandiono <[EMAIL PROTECTED]> wrote: > When using the run command, the working directory is not the expected > working directory. Should this be changed? I don't really know. > > octave-3.0.0:8> pwd > ans = /Users/chris/Desktop > octave-3.0.0:9> run ../che

[OctDev] Bug in Octave 3.0.0

2008-03-29 Thread Chris Tandiono
When using the run command, the working directory is not the expected working directory. Should this be changed? I don't really know. octave-3.0.0:8> pwd ans = /Users/chris/Desktop octave-3.0.0:9> run ../checker.m error: run: file must exist and be a valid Octave script file error: evaluating if