`echo` does not work
Closed this issue · 6 comments
supasate commented
`echo` does not work
TeddyNight commented
It works.I tested it on my computer.
TeddyNight commented
What's the matter with 'echo'?
supasate commented
It seems like the output of echo is not shown on my machine (OS X). I'll check it out.
TeddyNight commented
That's strange.
TeddyNight commented
I just test it on the Windows and Linux (Archlinux and Centos).
supasate commented
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.