testing
This commit is contained in:
parent
74edb5e88a
commit
79e823df52
@ -34,6 +34,9 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
|
|||||||
if grep -qE '^[[:space:]]+$' <<< "${opkg_c}"; then
|
if grep -qE '^[[:space:]]+$' <<< "${opkg_c}"; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
if [ ${#opkg_c} -eq 0 ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
echo "DDD=${opkg_c}DDD"
|
echo "DDD=${opkg_c}DDD"
|
||||||
# check if line is not starting with '#'
|
# check if line is not starting with '#'
|
||||||
if ! grep -qE "^\s*[#]+.*$" <<< "$opkg_c"; then
|
if ! grep -qE "^\s*[#]+.*$" <<< "$opkg_c"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user