lwilletts / mpvc

An mpc-like control interface for mpv.
MIT License
139 stars 18 forks source link

Remove error with invalid `nc -N` option #27

Closed jamietanna closed 8 years ago

jamietanna commented 8 years ago

When running on Arch Linux, the error below occurs:

nc: invalid option -- 'N'
Try `nc --help' for more information.

This is found when running with OpenBSD Netcat v1.105_7-7. According to http://linux.die.net/man/1/nc there is no -N flag.

This error can be removed with the attached change.