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

Commitf1366f8

Browse files
authored
Fix equality comparison in generate_templates.sh
1 parent5a1aa4d commitf1366f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/generate_templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cd $(dirname $0)/../cpython/Doc/locales
2020

2121
# Python 3.7: Add missing sections to satisfy Blurb's check
2222
# Useful if setup.sh was not ran
23-
if [[${PYDOC_VERSION}=='3.7']]&& [!-f ../../114553.patch ];then
23+
if [${PYDOC_VERSION}='3.7' ]&& [!-f ../../114553.patch ];then
2424
curl -L https://github.com/python/cpython/pull/114553.patch -o ../../114553.patch
2525
git apply ../../114553.patch
2626
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp