[open-ils-commits] r17280 - trunk/Open-ILS/src/support-scripts (gmc)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Aug 20 07:25:41 EDT 2010


Author: gmc
Date: 2010-08-20 07:25:40 -0400 (Fri, 20 Aug 2010)
New Revision: 17280

Modified:
   trunk/Open-ILS/src/support-scripts/settings-tester.pl
Log:
bug 620899: fix broken test for oils_web.xml

Patch from Rick Scott <rick at shadowspar.dyndns.org>

Signed-off-by: Galen Charlton <gmc at esilibrary.com>


Modified: trunk/Open-ILS/src/support-scripts/settings-tester.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/settings-tester.pl	2010-08-20 04:10:07 UTC (rev 17279)
+++ trunk/Open-ILS/src/support-scripts/settings-tester.pl	2010-08-20 11:25:40 UTC (rev 17280)
@@ -212,7 +212,7 @@
 
 # Check for oils_web.xml, required for acquisitions and many administration
 # interfaces as of Evergreen 1.6
-if (!-t '/openils/conf/oils_web.xml') {
+if (!-T '/openils/conf/oils_web.xml') {
 	my $de = "* WARNING: As of Evergreen 1.6, /openils/conf/oils_web.xml " .
 		"is a required configuration file. Copying " .
 		"/openils/conf/oils_web.xml.example should resolve this " .



More information about the open-ils-commits mailing list