From c24b478baec3bde7afc58e67c827ed5ec7e3483a Mon Sep 17 00:00:00 2001
From: Jon Boone <ipmonger@delamancha.org>
Date: Wed, 7 Jun 2023 21:14:45 -0400
Subject: [PATCH] adding diagnostic message about POT

---
 bin/build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/build.sh b/bin/build.sh
index 9b0394d8a..f387f594e 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -246,6 +246,7 @@ if [ "${BUILD_POT}" = "yes" ]; then
 fi
 
 BUILD=3
+echo "MAKE_TARGET = ${MAKE_TARGET}"
 buildit
 
 # Asdf and friends are part of the base install, so we need to build
-- 
GitLab