summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibredbdiff-standalone2
1 files changed, 1 insertions, 1 deletions
diff --git a/libredbdiff-standalone b/libredbdiff-standalone
index cb8b804..d4b5512 100755
--- a/libredbdiff-standalone
+++ b/libredbdiff-standalone
@@ -175,7 +175,7 @@ if [[ $update == 0 ]] ; then
elif [[ $pkgname == expac-git ]] ; then
true
elif [[ $pkgname == expac-relative ]] ; then
- if [[ $(vercmp "$(expac %v expac-relative)" 4-2.parabola1) != -1 ]] ; then
+ if [[ $(vercmp "$(expac %v expac-relative)" 4-2.parabola1) == -1 ]] ; then
echo "The version of expac-relative installed on the system is lower than needed." >&2
exit 1
fi