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