remove debug message

This commit is contained in:
Tobias Powalowski 2023-03-17 08:56:32 +01:00
parent f0560f42ab
commit f2b06e565e

View file

@ -191,10 +191,6 @@ add_binary() {
while read -r line; do while read -r line; do
if [[ "$line" =~ $regex ]]; then if [[ "$line" =~ $regex ]]; then
sodep="${BASH_REMATCH[2]}" sodep="${BASH_REMATCH[2]}"
elif [[ "$line" = *'not found' ]]; then
error "binary dependency '%s' not found for '%s'" "${line%% *}" "$1"
(( ++_builderrors ))
continue
fi fi
if [[ -f "$sodep" && ! -e "${BUILDROOT}${sodep}" ]]; then if [[ -f "$sodep" && ! -e "${BUILDROOT}${sodep}" ]]; then