fixed envvar test
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 25 Sep 2002 18:03:19 +0000 (18:03 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Wed, 25 Sep 2002 18:03:19 +0000 (18:03 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@307 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

bin/ArpUtil

index 091ba91..2862fcf 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #The Shibboleth webapp root
-if [ -z SHIB_ROOT ]
+if [ -n SHIB_ROOT ]
        then
                SHIB_ROOT=/usr/local/tomcat/webapps/shibboleth
 fi