diff options
Diffstat (limited to 'rt/bin/rt-crontool')
| -rwxr-xr-x[-rw-r--r--] | rt/bin/rt-crontool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/bin/rt-crontool b/rt/bin/rt-crontool index 61932804c..cb099f31c 100644..100755 --- 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) { |
