Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitb2146d2

Browse files
committed
Fix variable definition in build.sh
1 parent57d3486 commitb2146d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir -p logs
1717
opts="-D language=${PYDOC_LANGUAGE} --keep-going -w ../../logs/sphinxwarnings.txt"
1818
minor_version=$(git -C cpython/Doc branch --show-current| sed's|^3\.||')
1919
if [$minor_version-lt 12 ];then
20-
opts +='-D gettext_compact=False'
20+
opts+='-D gettext_compact=False'
2121
fi
2222

2323
make -C cpython/Doc html SPHINXOPTS="${opts}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp