-
-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When running st on Ubuntu 18.04, the executable fails to start:
$ ./st
/usr/bin/env: invalid option -- 'S'
Try '/usr/bin/env --help' for more information.
Ubuntu 18.04 ships with coreutils 8.28. Support for the -S option to env was added in 8.30, and thus not supported. I assume you have your reasons for requiring the -s -E options for python. However, I wasn't immediately able to come up with an alternative solution that also worked with shiv.
https://github.com/byt3bl33d3r/SILENTTRINITY/blob/master/Makefile#L22
- SILENTTRINITY Version: f6f585
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working