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

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

[Octave-bug-tracker] [bug #47258] exit() causes empty line at stdout


From: Rik
Subject: [Octave-bug-tracker] [bug #47258] exit() causes empty line at stdout
Date: Thu, 25 Feb 2016 19:18:31 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #47258 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

Confirmed, although this is pretty minor.

I added the file finish.m to the cwd with the code


disp ('bye');


and changed foo_exit.m to


disp ('hello');
exit ();


Upon running


run-octave -f foo_exit.m
hello

bye


So it would seem that the issue is somewhere in the actual exit code.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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