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

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

[Octave-bug-tracker] [bug #47239] calling system without shell


From: Rik
Subject: [Octave-bug-tracker] [bug #47239] calling system without shell
Date: Sun, 27 Mar 2016 01:03:45 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #3, bug #47239 (project octave):

At least for Linux, this looks pretty easy.  The system function is in
toplev.cc and it does a fork followed by execl.  If a cell array is present it
could copy the arguments to a buffer and then call execv and it should work
just fine.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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