testing
This commit is contained in:
parent
79e823df52
commit
609cf8bc3c
@ -37,7 +37,7 @@ if [ -f $CHECKOUT_HISTORY_FILE ]; then
|
||||
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 '#'
|
||||
if ! grep -qE "^\s*[#]+.*$" <<< "$opkg_c"; then
|
||||
echo -n "EXECUTE, $opkg_c, $now, N/A" | tr -d '\n\r' >> $GIT_UPDATE_LOG 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user