Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 80a9660

Browse files
authored
fixes bash parameter expansion (#1535)
1 parent 2e718e5 commit 80a9660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script-library/python-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USERNAME=${4:-"automatic"}
1616
UPDATE_RC=${5:-"true"}
1717
INSTALL_PYTHON_TOOLS=${6:-"true"}
1818
USE_ORYX_IF_AVAILABLE=${7:-"true"}
19-
OPTIMIZE_BUILD_FROM_SOURCE=${8-"false"}
19+
OPTIMIZE_BUILD_FROM_SOURCE=${8:-"false"}
2020

2121
DEFAULT_UTILS=("pylint" "flake8" "autopep8" "black" "yapf" "mypy" "pydocstyle" "pycodestyle" "bandit" "pipenv" "virtualenv")
2222
PYTHON_SOURCE_GPG_KEYS="64E628F8D684696D B26995E310250568 2D347EA6AA65421D FB9921286F5E1540 3A5CA953F73C700D 04C367C218ADD4FF 0EDDC5F26A45C816 6AF053F07D9DC8D2 C9BE28DEE6DF025C 126EB563A74B06BF D9866941EA5BBD71 ED9D77D5"

0 commit comments

Comments
 (0)