From f764fdf7f25b600b99aa8eb3a0fe6137c5041085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 18 Jun 2020 23:07:56 +0200 Subject: [PATCH] build_p2pd.sh: print target version --- scripts/build_p2pd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_p2pd.sh b/scripts/build_p2pd.sh index a7b16ee..f894283 100755 --- a/scripts/build_p2pd.sh +++ b/scripts/build_p2pd.sh @@ -26,7 +26,7 @@ fi ## env vars # verbosity level [[ -z "$V" ]] && V=0 -[[ -z "$BUILD_MSG" ]] && BUILD_MSG="Building p2pd" +[[ -z "$BUILD_MSG" ]] && BUILD_MSG="Building p2pd ${LIBP2P_COMMIT}" # Windows detection if uname | grep -qiE "mingw|msys"; then