Skip to content

Commit da55d5d

Browse files
authored
Update build
Remove PR_ from the published version.
1 parent ee55d0e commit da55d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ if [ -z "$version" ]; then
7777
usage "no document version specified"
7878
fi
7979

80-
version=PR_${version%/*}
80+
version=${version%/*}
8181

8282
################################################################################
8383
# Build the document.

0 commit comments

Comments
 (0)