[Koha-cvs] CVS: koha installer.pl,1.14,1.15

Andrew Arensburger arensb at users.sourceforge.net
Mon Oct 14 15:20:58 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv11146

Modified Files:
	installer.pl 
Log Message:
Added quote so Emacs color doesn't get screwed up.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** installer.pl	14 Oct 2002 09:58:33 -0000	1.14
--- installer.pl	14 Oct 2002 13:20:55 -0000	1.15
***************
*** 850,854 ****
  If you are installing Koha with the intention of populating it with your own
  data, you probably don't want this sample data installed.
! |;
      print "\nWould you like to install the sample data? Y/[N]: ";
      chomp($input = <STDIN>);
--- 850,854 ----
  If you are installing Koha with the intention of populating it with your own
  data, you probably don't want this sample data installed.
! |;#'
      print "\nWould you like to install the sample data? Y/[N]: ";
      chomp($input = <STDIN>);





More information about the Koha-cvs mailing list