From 671567d0d71772df12a547069026d3afd1dc7e87 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 88e34b01912081..f60521c223656a 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