[Rt-commit] r6069 - in rt/branches/3.7-EXPERIMENTAL: .

schwern at bestpractical.com schwern at bestpractical.com
Wed Sep 27 23:09:44 EDT 2006


Author: schwern
Date: Wed Sep 27 23:09:43 2006
New Revision: 6069

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/sbin/rt-shredder.in
   rt/branches/3.7-EXPERIMENTAL/sbin/rt-validator.in

Log:
 r19383 at Master-Windhund-IV:  schwern | 2006-09-27 20:09:02 -0700
 rt-shredder and rt-validator had hard coded #!/usr/bin/perl rather than
 changing to the installer's perl


Modified: rt/branches/3.7-EXPERIMENTAL/sbin/rt-shredder.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/sbin/rt-shredder.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL/sbin/rt-shredder.in	Wed Sep 27 23:09:43 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!@PERL@
 
 =head1 NAME
 

Modified: rt/branches/3.7-EXPERIMENTAL/sbin/rt-validator.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/sbin/rt-validator.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL/sbin/rt-validator.in	Wed Sep 27 23:09:43 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!@PERL@
 
 =head1 NAME
 


More information about the Rt-commit mailing list