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

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

[Octave-bug-tracker] [bug #35038] Test fail in toplev.cc (MinGW)


From: Rik
Subject: [Octave-bug-tracker] [bug #35038] Test fail in toplev.cc (MinGW)
Date: Mon, 12 Dec 2011 05:20:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

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

Could you try running these two lines at an ordinary interpreter prompt?


 cmd = ls_command ()
 [status, output] = system (cmd)


ls_command() is supposed to return a valid shell command even for MinGW.  In
fact, looking at ls_command.m it should return


ls_command = "cmd /C dir /D";


Maybe the problem is that the actual command for MinGW should just be "dir
/D"? 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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