This commit is contained in:
Gerhard Hoffmann 2023-05-25 17:31:07 +02:00
parent 74edb5e88a
commit 79e823df52

View File

@ -34,6 +34,9 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
if grep -qE '^[[:space:]]+$' <<< "${opkg_c}"; then
continue
fi
if [ ${#opkg_c} -eq 0 ]; then
continue
fi
echo "DDD=${opkg_c}DDD"
# check if line is not starting with '#'
if ! grep -qE "^\s*[#]+.*$" <<< "$opkg_c"; then