We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f43640 commit 92f6ac6Copy full SHA for 92f6ac6
tools/license-builder.sh
@@ -24,7 +24,7 @@ ${licenseTextTrimmed}
24
25
26
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"
+ echo "ICU not installed, run \`./configure --with-intl=small-icu --download=icu\` to download it."
28
exit 1
29
fi
30
0 commit comments