From 1061783b3bdc5bbdbbb68708d2ae858d71d3fbbe Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 27 Mar 2026 10:35:10 -0400 Subject: [PATCH] TEMP1 use hvutilities log functions... Signed-off-by: Hugo Villeneuve --- scripts/hvk-common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/hvk-common.sh b/scripts/hvk-common.sh index 2796a6d..7c43554 100644 --- a/scripts/hvk-common.sh +++ b/scripts/hvk-common.sh @@ -5,6 +5,7 @@ set -e PROG_NAME="`readlink -e $0`" PROG_PATH=$(dirname ${PROG_NAME}) +source ${PROG_PATH}/hvutilities.sh if [ -f include/linux/linux_logo.h ]; then mode=linux -- 2.47.3