
pgollucci at apache
May 10, 2009, 9:51 PM
Views: 525
Permalink
|
|
svn commit: r773465 - /perl/modperl/docs/trunk/bin/makeindex
|
|
Author: pgollucci Date: Mon May 11 04:51:48 2009 New Revision: 773465 URL: http://svn.apache.org/viewvc?rev=773465&view=rev Log: fix a typo in the comments 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=773465&r1=773464&r2=773465&view=diff ============================================================================== --- perl/modperl/docs/trunk/bin/makeindex (original) +++ perl/modperl/docs/trunk/bin/makeindex Mon May 11 04:51:48 2009 @@ -34,7 +34,7 @@ # the location of the swish-e, we need it to be set explicitly, # because on some machines, more than one version exists, and we need # the 2.1-dev + version -# $ENV{SWISH_BINARY_PATH} = "/usr/lobal/bin/swish-e"; +# $ENV{SWISH_BINARY_PATH} = "/usr/local/bin/swish-e"; # # both can be set in the user's startup file --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe[at]perl.apache.org For additional commands, e-mail: docs-cvs-help[at]perl.apache.org
|