Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

util.sh interpreter compatibility not consistent #160

Closed TLATER closed 6 years ago

TLATER commented 6 years ago

While build/util.sh supports using env to determine the location of bash, the web-greeter script installed by it does not support it for python3.

This seems a bit inconsistent and means people have to hack around the build script when installing on systems that don't have python3 in /bin.

Granted, this isn't technically standardized behaviour for env, but considering util.sh is already using it...