mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #2134 from MilhouseVH/le90_distrofix
distro-tool: ignore package output
This commit is contained in:
commit
b72945a6db
@ -808,7 +808,7 @@ generate_work_worker() {
|
|||||||
while read -r package_name; do
|
while read -r package_name; do
|
||||||
[ ${PROGRESS} == yes ] && progress ${pcount}
|
[ ${PROGRESS} == yes ] && progress ${pcount}
|
||||||
|
|
||||||
source config/options ${package_name} 2>/dev/null || true
|
source config/options ${package_name} &>/dev/null || true
|
||||||
|
|
||||||
if [ -n "${revision}" ]; then
|
if [ -n "${revision}" ]; then
|
||||||
PKG_URL="${PKG_URL/${PKG_VERSION}/${revision}}"
|
PKG_URL="${PKG_URL/${PKG_VERSION}/${revision}}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user