Typo in syntax.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 31 Jan 2013 20:49:31 +0000 (20:49 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 31 Jan 2013 20:55:26 +0000 (21:55 +0100)
org.glite.lb.server/config/setup

index 02f5c03..6199414 100755 (executable)
@@ -486,7 +486,7 @@ if test "$setup_emir_daemon" = "1"; then
                emir=0
                qecho "skipping native publishing to EMIR (BDII_EMIR_ENABLE is $BDII_EMIR_ENABLE)"
        fi
-       if test "$emir" != "0" -z "$EMIR_URL"; then
+       if test "$emir" != "0" -a -z "$EMIR_URL"; then
                echo "glite-lb-setup: WARNING: EMIR_URL not set, EMIR won't be configured"
                emir=0
        fi