From 870561f466a188f6752e4003929d9b3233de59c3 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Apr 2019 23:42:05 -0400 Subject: ob-checkbuilddeps: Fix opkg compare-versions ref cmd op --- 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 ${?} -- cgit v0.9.1