Closed TheChymera closed 6 years ago
Apparently the issue was that the $@
variable expanded in the ebuild, yielding not:
exec /usr/share/buildserver/exec.sh "$@"
but
exec /usr/share/buildserver/exec.sh ""
Fixed by 0df4798aa1f82a543d021e18109e465531de4350
There seems to be something wrong with the
buildserver
executable:I assume some paths might still be hard-coded?