
pgollucci at apache
May 10, 2009, 10:01 PM
Post #1 of 1
(546 views)
Permalink
|
|
svn commit: r773469 - /perl/modperl/docs/trunk/bin/makeindex
|
|
Author: pgollucci Date: Mon May 11 05:01:39 2009 New Revision: 773469 URL: http://svn.apache.org/viewvc?rev=773469&view=rev Log: crap Modified: perl/modperl/docs/trunk/bin/makeindex Modified: perl/modperl/docs/trunk/bin/makeindex URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/bin/makeindex?rev=773469&r1=773468&r2=773469&view=diff ============================================================================== --- perl/modperl/docs/trunk/bin/makeindex (original) +++ perl/modperl/docs/trunk/bin/makeindex Mon May 11 05:01:39 2009 @@ -42,7 +42,7 @@ require Sys::Hostname; my $hostname = Sys::Hostname::hostname(); - if ($hostname && ($hostname eq 'minotaur.apache.org') { + if ($hostname && ($hostname eq 'minotaur.apache.org')) { $ENV{MODPERL_SITE} = "http://perl.apache.org/"; } } --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|