This commit is contained in:
Gerhard Hoffmann 2023-05-25 17:39:10 +02:00
parent 24f5ae1696
commit c0deb2d4a0

View File

@ -33,7 +33,7 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
if grep -qE '^[[:space:]]+$' <<< "${opkg_c}"; then
continue
fi
if [ "${#opkg_c}" -eq 0 ]; then
if [ "${#opkg_c}" -lt 4 ]; then
continue
fi
echo "DDD=${#opkg_c}DDD"