[Rt-commit] r2368 - in rt/branches/PLATANO-EXPERIMENTAL: . bin
jesse at bestpractical.com
jesse at bestpractical.com
Mon Mar 14 02:31:58 EST 2005
Author: jesse
Date: Mon Mar 14 02:31:58 2005
New Revision: 2368
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/bin/rt-crontool.in
Log:
r8471 at hualien: jesse | 2005-03-14 02:25:56 -0500
r4691 at hualien: jesse | 2005-02-13 22:37:15 -0500
The crontool was using local and system libs in the wrong order
Modified: rt/branches/PLATANO-EXPERIMENTAL/bin/rt-crontool.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/bin/rt-crontool.in (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/bin/rt-crontool.in Mon Mar 14 02:31:58 2005
@@ -47,7 +47,7 @@
use strict;
use Carp;
-use lib ("@RT_LIB_PATH@", "@LOCAL_LIB_PATH@");
+use lib ("@LOCAL_LIB_PATH@", "@RT_LIB_PATH@");
package RT;
More information about the Rt-commit
mailing list