testing
This commit is contained in:
parent
24f5ae1696
commit
c0deb2d4a0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user