From 609cf8bc3c793201acba79365ba683eac76c7cf1 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 25 May 2023 17:32:39 +0200 Subject: [PATCH] testing --- .githooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-checkout b/.githooks/post-checkout index 3334c35..afd5c2c 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -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