Skip to content

[BUG] env -S not supported on Ubuntu 18.04 #152

@aus

Description

@aus

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions