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

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

[Octave-bug-tracker] [bug #50594] startup.m


From: Rik
Subject: [Octave-bug-tracker] [bug #50594] startup.m
Date: Mon, 20 Mar 2017 12:04:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

It's unclear because we don't propose that people use the startup.m mechanism.
 However, if you prepare a documentation patch we would apply it. 

There is a command in the sitewide octave-versioned initfile that executes the
startup script.


## For Matlab compatibility, run startup.m when starting Octave.
if (exist ("startup", "file"))
  startup;  # No arg list here since startup might be a script.
endif




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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