Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 295f684

Browse filesBrowse files
avivkellertargos
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 4b962a7 commit 295f684
Copy full SHA for 295f684

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/license-builder.sh‎

Copy file name to clipboardExpand all lines: tools/license-builder.sh
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.