stas 02/05/13 22:51:38
Modified: bin makeindex
Log:
use a more portable solution to set env vars
Revision Changes Path
1.7 +3 -1 modperl-docs/bin/makeindex
Index: makeindex
===================================================================
RCS file: /home/cvs/modperl-docs/bin/makeindex,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- makeindex 14 May 2002 05:42:11 -0000 1.6
+++ makeindex 14 May 2002 05:51:38 -0000 1.7
@@ -53,8 +53,10 @@
my $cwd = Cwd::fastcwd();
chdir "$Bin/../dst_html/search";
+$ENV{SPIDER_QUIET} = $verbose_level_reverse;
+
# index
-my $command = "SPIDER_QUIET=$verbose_level_reverse $swish_binary -v
$verbose_level -S prog -c swish.conf";
+my $command = "$swish_binary -v $verbose_level -S prog -c swish.conf";
#print "$command\n";
CORE::system($command);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]