jrudess / streamdvr

DVR for streaming entertainment
GNU General Public License v3.0
67 stars 16 forks source link

/usr/bin/env: invalid option -- 'S' #118

Closed jrudess closed 5 years ago

jrudess commented 5 years ago

Looks like some distros of linux have an old version of /usr/bin/env which does not support the -S argument. To run streamdvr now, modify the first line of streamdvr to be:

#!/usr/bin/env node

jrudess commented 5 years ago

Looks like the -S argument is a pretty new feature (Jun 20th) https://github.com/coreutils/coreutils/commits/master/src/env.c