Closed TLATER closed 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.
build/util.sh
env
bash
web-greeter
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.
/bin
Granted, this isn't technically standardized behaviour for env, but considering util.sh is already using it...
util.sh
While
build/util.sh
supports usingenv
to determine the location ofbash
, theweb-greeter
script installed by it does not support it forpython3
.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 consideringutil.sh
is already using it...