We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c8f3d commit ae4b2aeCopy full SHA for ae4b2ae
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