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.
2 parents f08aa42 + c2c59c2 commit dd8a04aCopy full SHA for dd8a04a
src/bin/makedist.sh
@@ -8,6 +8,7 @@ if [ -f /etc/os-release ];
8
then
9
. /etc/os-release
10
fi
11
+NAME=$(echo "${NAME}" | tr " " "_")
12
FN=icu-r${REV-$(svnversion /src/icu/ | tr -d ' ')}-$(bash /src/icu/icu4c/source/config.guess)-${NAME-${WHAT}}-${VERSION_ID-UNKNOWN}
13
if [ ! -f config.status ];
14
src/bin/makesdoc.sh
@@ -15,6 +15,7 @@ if [ -f /etc/os-release ];
15
16
17
18
19
20
21
rm -rf dist /dist/${FN}-src.d || true
0 commit comments