Skip to content

Commit

Permalink
tools: update error message for ICU in license-builder
Browse files Browse the repository at this point in the history
PR-URL: nodejs#54742
Reviewed-By: Steven R Loomis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
RedYetiDev authored and louwers committed Nov 2, 2024
1 parent d855cf5 commit 671567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/license-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 671567d

Please sign in to comment.