supasate/yosh

`echo` does not work

Closed this issue · 6 comments

`echo` does not work

It works.I tested it on my computer.

What's the matter with 'echo'?

It seems like the output of echo is not shown on my machine (OS X). I'll check it out.

That's strange.

I just test it on the Windows and Linux (Archlinux and Centos).

Seems strange that it works on your machine.

I found that the root cause is that subprocess.Popen takes only command name without arguments which starts from this commit.

I already fixed in the master branch.