Skip to content

Commit 43352d9

Browse files
bogdandoopenshift-merge-bot[bot]
authored andcommitted
Fix bindep-install script linting erors
Fix bindep-install script linting erors Signed-off-by: Bohdan Dobrelia <bdobreli@redhat.com>
1 parent 7b95734 commit 43352d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bindep-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case ${USE_VENV:-'yes'} in
4444
;;
4545
esac
4646

47-
if [[ ${#BINDEP_PKGS} > 0 ]]; then
47+
if [[ ${#BINDEP_PKGS} -gt 0 ]]; then
4848
case "${ID,,}" in
4949
amzn|rhel|centos|fedora)
5050
sudo "${RHT_PKG_MGR}" install -y ${BINDEP_PKGS}

0 commit comments

Comments
 (0)