octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-4.0.1 strange echo


From: Marco Atzeri
Subject: Re: octave-4.0.1 strange echo
Date: Tue, 22 Mar 2016 21:55:20 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0

On 22/03/2016 21:30, Marco Atzeri wrote:


On 22/03/2016 21:23, Keith Keith wrote:

On Tue, Mar 22, 2016 at 12:58 PM, Marco Atzeri  wrote:

    $ octave-cli --eval "echo on"
    + ## Copyright (C) 2008-2015 Ben Abbott
    + ##
    + ## This file is part of Octave.
    + ##
    + ## Octave is free software; you can redistribute it and/or
modify it
    + ## under the terms of the GNU General Public License as
published by
    + ## the Free Software Foundation; either version 3 of the License,
    or (at
    ....
    + ## No test needed for internal helper m-file.
    + ##!assert (1)
    + endscript;


    I doubt it is a an effect of the two patches, but could anyone
    check on a clean octave-4.0.1 build ?

    Thanks in advance
    Marco

I get the same output on a fresh install.  I don't know whether it is
the desired output or not, but that's what I got.

-Keith

I doubt is a desired output.

Thanks for the confirmation
Marco


It seems a side effect of
---------------------------------------
2015-09-03  Rik  <address@hidden>

__finish__.m: Change from function to script to stay in base workspace (bug #45869).

       * __finish__.m: Remove function declaration changing it to a script.
       Update docstring.

       Files: scripts/startup/__finish__.m
------------------------------------------

The simple workaround is to add "echo off" as last command
to disable the "echo on" before __finish__.m is executed.

Regards
Marco










reply via email to

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