From 7f241a3c73d592a9dac011209a37c892422502ed Mon Sep 17 00:00:00 2001 From: g0t mi1k Date: Mon, 20 Jan 2025 10:40:14 +0000 Subject: [PATCH] Keep output consistency by dropping full stop --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 74d5af7..bce558c 100755 --- a/build.sh +++ b/build.sh @@ -183,7 +183,7 @@ if [ "$HOST_ARCH" != "$KALI_ARCH" ]; then amd64/i386|i386/amd64) ;; *) - echo "Can't build $KALI_ARCH image on $HOST_ARCH system." >&2 + echo "Can't build $KALI_ARCH image on $HOST_ARCH system" >&2 exit 1 ;; esac