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