Patch from Rick Scott <rick@shadowspar.dyndns.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17280
dcc99617-32d9-48b4-a31d-
7c20da2025e4
# 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 " .