lua-users home
lua-l archive

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


Just tried it in zsh, sh, tcsh, and sh, and got the same thing.

> On 10Dec, 2017, at 04:09, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 
> Also in 5.3.1 I don't get this.
> 
> You are sure, absolutely sure, that you did not do this?
> 
>> os.execute'echo "-n text ... "'
> -n text ...
> true    exit    0
>> 
> 
> 2017-12-10 11:04 GMT+02:00 Mason Mackaman <masondeanm@aol.com>:
>> Dang, I'm on 5.3.1, but I don't see this in bugs section, do you think that
>> would be a likely cause?
>> 
>> On 10Dec, 2017, at 03:59, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> 
>> os.execute'echo -n "text ... "'
>> 
>> 
>