diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-checkbuilddeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index 0621111..fd01ba5 100644 --- a/src/ob-checkbuilddeps.sh +++ b/src/ob-checkbuilddeps.sh @@ -113,7 +113,7 @@ main() # See compare_versions() above. # The "-e" setting is ignored for pipelines beginning with "!". - ! "${OPKG}" compare-versions 1 '>>' 2 + ! "${OPKG}" compare-versions 1 '<<' 2 opkg_compare_versions_reference_status=${?} check_build_deps || return ${?} |