mhonarc-commits
[Top] [All Lists]

CVS: mharc install.pl,1.1,1.2

2002-09-23 23:39:08
Update of /cvsroot/mhonarc/mharc
In directory subversions:/tmp/cvs-serv21048

Modified Files:
	install.pl 
Log Message:
Fixed runtime syntax error in find_namazu_cgi.


Index: install.pl
===================================================================
RCS file: /cvsroot/mhonarc/mharc/install.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** install.pl	23 Sep 2002 04:50:19 -0000	1.1
--- install.pl	24 Sep 2002 06:38:58 -0000	1.2
***************
*** 412,416 ****
  		  /home/httpd/cgi-bin )) {
      $cgi = "$p/namazu.cgi";
!     last PATH  if (-x $cgi);
      $cgi = undef;
    }
--- 412,416 ----
  		  /home/httpd/cgi-bin )) {
      $cgi = "$p/namazu.cgi";
!     last  if (-x $cgi);
      $cgi = undef;
    }

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV