From c276644612dd91b9f95ac0bde0e6765ad2c0a7f7 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Tue, 3 Sep 2024 13:25:55 -0400 Subject: [PATCH] tools: update error message for ICU in license-builder --- tools/license-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/license-builder.sh b/tools/license-builder.sh index 11057d1f4894b8..490dbe928d0a75 100755 --- a/tools/license-builder.sh +++ b/tools/license-builder.sh @@ -24,7 +24,7 @@ ${licenseTextTrimmed} if ! [ -d "${rootdir}/deps/icu/" ] && ! [ -d "${rootdir}/deps/icu-small/" ]; then - 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." exit 1 fi