octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39889] run('path/to/file') doesn't when ".m"


From: Veronica V
Subject: [Octave-bug-tracker] [bug #39889] run('path/to/file') doesn't when ".m" is missing
Date: Mon, 23 Sep 2013 03:18:20 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36

Follow-up Comment #3, bug #39889 (project octave):

Tested the patch on GNU Octave, version 3.7.6+ (from mercurial repository)
under Fedora 17 and confirmed it fixes the missing ".m" extension error:

octave:1> run('~/test.m')
A =

   1   1   1
   1   1   1
   1   1   1
   1   1   1

octave:2> run('~/test')
A =

   1   1   1
   1   1   1
   1   1   1
   1   1   1



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39889>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]