changeset 52:634113c53f56

FIX: Logic negation error in the generic case: put the action into the "then" part instead of "else"
author Franz Glasner <hg@dom66.de>
date Thu, 23 Nov 2017 09:44:16 +0100
parents 9e131a355fbe
children 719f8042990a
files bin/check-ports
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/check-ports	Thu Nov 23 09:41:11 2017 +0100
+++ b/bin/check-ports	Thu Nov 23 09:44:16 2017 +0100
@@ -211,8 +211,6 @@
             esac
         else
             if [ \( \( "${llabel}" != '?' -a "${llabel}" != '=' \) -o \( "${remote_FreeBSD_label}" != '?' -a "${remote_FreeBSD_label}" != '=' \) -o \( "${remote_LocalBSDPorts_label}" != '?' -a "${remote_LocalBSDPorts_label}" != '=' \) -o \( "${remote_LocalRepo_label}" != '?' -a "${remote_LocalRepo_label}" != '=' \) \) -o \( "${repository}" = "${PORTS_DIRECT_INSTALLED_REPO}" \) ]; then
-                :
-            else
                 _print_detail=1
             fi
         fi