stas        02/03/22 03:11:30

  Modified:    bin      makeindex
  Log:
  perl 5.005_03 complains
  Ambiguous call resolved as CORE::system(), qualify as such or use & at
  bin/makeindex line 50.
  complying...
  
  Revision  Changes    Path
  1.2       +1 -1      modperl-docs/bin/makeindex
  
  Index: makeindex
  ===================================================================
  RCS file: /home/cvs/modperl-docs/bin/makeindex,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- makeindex 22 Mar 2002 11:07:08 -0000      1.1
  +++ makeindex 22 Mar 2002 11:11:30 -0000      1.2
  @@ -47,7 +47,7 @@
   # index
   my $command = "$swish_binary -S prog -c swish.conf";
   #print $command;
  -system $command;
  +system($command);
   
   chdir $cwd;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to