[Koha-cvs] CVS: koha/misc Install.pm,1.30,1.31

Mike Hansen wolfpac444 at users.sourceforge.net
Sun Mar 16 23:18:06 CET 2003


Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv14199/koha/misc

Modified Files:
	Install.pm 
Log Message:
Fixed bug #178


Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** Install.pm	16 Mar 2003 22:06:54 -0000	1.30
--- Install.pm	16 Mar 2003 22:18:03 -0000	1.31
***************
*** 507,511 ****
  	my $options=$1;
  	until ($options=~/$response/) {
! 	    ($defaultresponse) || ($defaultresponse=substr($options,0,1));
  	    $response=<STDIN>;
  	    chomp $response;
--- 507,511 ----
  	my $options=$1;
  	until ($options=~/$response/) {
! 	    (defined($defaultresponse)) || ($defaultresponse=substr($options,0,1));
  	    $response=<STDIN>;
  	    chomp $response;





More information about the Koha-cvs mailing list