Skip to content

Commit 92f6ac6

Browse files
Aviv Kellertpoisseau
Aviv Keller
authored andcommitted
tools: update error message for ICU in license-builder
PR-URL: nodejs#54742 Reviewed-By: Steven R Loomis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7f43640 commit 92f6ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/license-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ${licenseTextTrimmed}
2424

2525

2626
if ! [ -d "${rootdir}/deps/icu/" ] && ! [ -d "${rootdir}/deps/icu-small/" ]; then
27-
echo "ICU not installed, run configure to download it, e.g. ./configure --with-intl=small-icu --download=icu"
27+
echo "ICU not installed, run \`./configure --with-intl=small-icu --download=icu\` to download it."
2828
exit 1
2929
fi
3030

0 commit comments

Comments
 (0)