diff --git a/scripts/dco_check.sh b/scripts/dco_check.sh index 68a5438583..a1f239d134 100755 --- a/scripts/dco_check.sh +++ b/scripts/dco_check.sh @@ -15,6 +15,7 @@ ## status=0 +my_array=() while IFS= read -r -a line; do my_array+=( "$line" ) done < <( git branch -r | grep -v origin/HEAD )