Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[BUG]builtin echo error doing arguments parsing



if there is only a '-' as argument,builtin echo won't print it

just like that:

localhost# echo -

localhost# /bin/echo -
-
localhost# bash -c 'echo -'
-
localhost# tcsh -c 'echo -'
-

so I think that's a bug

Sent via t.me/gmailbot



Messages sorted by: Reverse Date, Date, Thread, Author