diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-22 09:17:13 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-22 09:18:54 +0000 |
| commit | 2903d6302c2ba845020e06b758a70ae3ec60eb66 (patch) | |
| tree | fd99fa2791933684b780f8027ea0fd1813232692 /Tools | |
| parent | b2118472758ce69d765ed8fa85bfe8e3ab5286a2 (diff) | |
Diffstat (limited to 'Tools')
| -rwxr-xr-x | Tools/scripts/pypi-get-latest-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/pypi-get-latest-version.sh b/Tools/scripts/pypi-get-latest-version.sh index ee72582e86c3..3083eb60764f 100755 --- a/Tools/scripts/pypi-get-latest-version.sh +++ b/Tools/scripts/pypi-get-latest-version.sh @@ -43,4 +43,4 @@ fetch -o - https://pypi.python.org/pypi/$PACKAGE_NAME/json 2>/dev/null | grep -v -E ".*(a|b|rc)[0-9]*$" | version_sort | tail -1 || - echo "failed to find the Python package '$PACKAGE_NAME'" + ! echo "failed to find the Python package '$PACKAGE_NAME'" |
