From 9dbf6bbb913039f77584c3663b6c77e31bc0f2db Mon Sep 17 00:00:00 2001 From: josd Date: Tue, 3 Dec 2024 15:38:14 +0100 Subject: [PATCH] refreshing --- reasoning/test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reasoning/test b/reasoning/test index f556b4567..46ae339d3 100755 --- a/reasoning/test +++ b/reasoning/test @@ -10,8 +10,8 @@ FAILED=0 echo -e "${YELLOW}---------------------${NORMAL}" echo -e "${YELLOW}Running eye reasoning${NORMAL}" -echo -e "${YELLOW}eye version $(eye --version 2>&1 | grep EYE | awk '{ print substr($2,2) }')${NORMAL}" -echo -e "${YELLOW}swipl version $(swipl --version 2>&1 | awk '{ print $3 }')${NORMAL}" +echo -e "${YELLOW}eye v$(eye --version 2>&1 | grep EYE | awk '{ print substr($2,2) }')${NORMAL}" +echo -e "${YELLOW}swipl v$(swipl --version 2>&1 | awk '{ print $3 }')${NORMAL}" echo -e "${YELLOW}---------------------${NORMAL}" echo ""