FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: update error message for ICU in license-builder · nodejs/node@295f684 · GitHub

/ node Public

Commit 295f684

Browse files
authored andcommitted
tools: update error message for ICU in license-builder
PR-URL: #54742 Reviewed-By: Steven R Loomis <srl295@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4b962a7 commit 295f684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/license-builder.sh‎

Lines changed: 1 addition & 1 deletion
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)

Back | FazBrowse Home | New Git URL