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 command near line 43, column 2
error: evaluating if command near line 39, column 5
error: evaluating if command near line 38, column 3
error: called from `run' in file `/Applications/Octave.app/Contents/ 
Resources/share/octave/3.0.0/m/miscellaneous/run.m'
octave-3.0.0:9> cd ..
octave-3.0.0:10> ls
*snip*
checker.m

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to