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

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

[Octave-bug-tracker] [bug #43426] run doesn't return to original working


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #43426] run doesn't return to original working directory if using relative path
Date: Sat, 18 Oct 2014 12:30:27 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10

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

If I understand the intent of the if-block, the fix below should work,
correct?


        if (! strcmp (wd, pwd ()))
          cd (wd);
        endif


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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