Skip to content

Commit 6a52e81

Browse files
avivkellerjasnell
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 0c8c107 commit 6a52e81

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)