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: Carnë Draug
Subject: [Octave-bug-tracker] [bug #47258] exit() causes empty line at stdout
Date: Thu, 25 Feb 2016 17:37:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.6.1

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

                 Summary: exit() causes empty line at stdout
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Thu 25 Feb 2016 17:37:47 GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When using exit(), Octave prints an empty line:


$ cat foo.m 
$ cat foo_exit.m
exit ();
$ octave foo.m 
$ octave foo_exit.m 

$ 


This can also be seen from the interpreter:


$ octave -qf
>> exit

$ 



There is bug #41513, about the opposite issue. When exiting with Ctr+D, there
was no newline being printed which already got fixed. Undoing that change did
not fix this.




    _______________________________________________________

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]