/[Apache-SVN]/spamassassin/trunk/build/automc/run_preflight
ViewVC logotype

Diff of /spamassassin/trunk/build/automc/run_preflight

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/trunk/build/automc/run_preflight	2005/10/19 23:23:35	326751
+++ spamassassin/trunk/build/automc/run_preflight	2005/10/19 23:29:19	326752
@@ -2,8 +2,12 @@
 
 use strict;
 sub run;
+sleep 5;        # temp; avoid overloading
 
-my $perl = $0;
+my $perl = $^X;
+if (!$perl) {
+  die "no perl path found in ARGV!";
+}
 
 # build, as necessary
 run "$perl Makefile.PL < /dev/null";

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26