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

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

[Octave-bug-tracker] [bug #32348] addpath does not add the path


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #32348] addpath does not add the path
Date: Sun, 06 Feb 2011 00:05:26 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13

Follow-up Comment #1, bug #32348 (project octave):

Please tell us what version of Octave you are running.

Its not clear to me if the problem is with addpath or save path (they both
work correctly for me). Please run a simple test.


rmpath (pwd)
p1 = strsplit (path, ":");
addpath (pwd);
p2 = strsplit (path, ":");
setdiff (p2, p1)


Does the setdiff() command return the pwd?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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