Skip to content

Commit 4bf908d

Browse files
committed
Another take on variable from build.sh
1 parent b2146d2 commit 4bf908d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
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="$opts -D gettext_compact=False"
2121
fi
2222

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

0 commit comments

Comments
 (0)