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

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

[Octave-bug-tracker] [bug #52598] addpath adds a relative path when give


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52598] addpath adds a relative path when given a relative path
Date: Wed, 6 Dec 2017 16:26:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #8, bug #52598 (project octave):

I just pulled the reverted changeset and that does not change the path:


sebald@ ~/octave/bug_52599 $ /usr/local/src/octave/octave/build1/run-octave
--no-gui
[snip]
octave:1> p1 = path;
octave:2> path(path);
octave:3> p2 = path;
octave:4> strsplit(p2,p1)
ans =
{
  [1,1] = 
  [1,2] = 
}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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