Antergos/web-greeter

util.sh interpreter compatibility not consistent

TLATER opened this issue · 0 comments

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...