This commit is contained in:
Gerhard Hoffmann 2023-05-25 17:28:09 +02:00
parent f342d81db2
commit 74edb5e88a

View File

@ -31,7 +31,7 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
for opkg_c in "${opkg_commands[@]}"; do
# check for empty lines
echo "CCC=${opkg_c}CCC"
if grep -qE '^\s*$' <<< "${opkg_c}"; then
if grep -qE '^[[:space:]]+$' <<< "${opkg_c}"; then
continue
fi
echo "DDD=${opkg_c}DDD"