From eb37f07b69acdd7573d5f55181fa8e115b308107 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 1 Jun 2012 19:28:58 -0700 Subject: commit configured RT files to avoid conflicts --- rt/bin/rt-crontool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 rt/bin/rt-crontool (limited to 'rt/bin/rt-crontool') diff --git a/rt/bin/rt-crontool b/rt/bin/rt-crontool old mode 100644 new mode 100755 index 61932804c..cb099f31c --- a/rt/bin/rt-crontool +++ b/rt/bin/rt-crontool @@ -52,7 +52,7 @@ use Carp; # fix lib paths, some may be relative BEGIN { require File::Spec; - my @libs = ("lib", "local/lib"); + my @libs = ("/opt/rt3/lib", "/opt/rt3/local/lib"); my $bin_path; for my $lib (@libs) { -- cgit v1.2.1