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

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

[Octave-bug-tracker] [bug #45231] The run command does not return back t


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #45231] The run command does not return back to the originating directory
Date: Tue, 02 Jun 2015 02:53:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.0.1

Update of bug #45231 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #2:

Thanks for the bug report and for coming up with a patch.

However, in the Octave language the strcmp function does return true when two
strings are equal. Thanks for proposing a patch though! (mtmx on irc)

Do you have a strcmp function that returns 0 when the two arguments are equal?
What do you get for the following?


>> strcmp (pwd, pwd)
ans =  1
>> which strcmp
'strcmp' is a built-in function from the file libinterp/corefcn/strfns.cc


Or if that's not the problem, do you get a different behavior when you use a
directory without a space in it, just in case the space is causing problems?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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