From c0deb2d4a0d3295b85a20e3caa73894e93808c42 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 25 May 2023 17:39:10 +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 6f15d46..3939777 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -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"