koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike Hansen
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.30,1.31
Date: Sun, 16 Mar 2003 14:18:06 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]