From 6a52e81260087324010fe21e5200f3474df0facb Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Tue, 3 Sep 2024 13:25:55 -0400 Subject: [PATCH] tools: update error message for ICU in license-builder PR-URL: https://github.com/nodejs/node/pull/54742 Reviewed-By: Steven R Loomis Reviewed-By: James M Snell --- tools/license-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 88e34b01912..f60521c2236 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -24,7 +24,7 @@ ${licenseTextTrimmed} if ! [ -d "${rootdir}/deps/icu/" ] && ! [ -d "${rootdir}/deps/icu-small/" ]; then - echo "ICU not installed, run configure to download it, e.g. ./configure --with-intl=small-icu --download=icu" + echo "ICU not installed, run \`./configure --with-intl=small-icu --download=icu\` to download it." exit 1 fi