[Koha-cvs] CVS: koha/misc installer.pl,1.12,1.13

Ambrose Li acli at users.sourceforge.net
Sat Jan 25 19:04:47 CET 2003


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

Modified Files:
	installer.pl 
Log Message:
Minor quoting bug


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/installer.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** installer.pl	25 Jan 2003 17:11:58 -0000	1.12
--- installer.pl	25 Jan 2003 18:04:45 -0000	1.13
***************
*** 54,58 ****
  
  if (-e "$etcdir/koha.conf") {
!     my $installedversion=`grep kohaversion= $etcdir/koha.conf`;
      chomp $installedversion;
      $installedversion=~m/kohaversion=(.*)/;
--- 54,58 ----
  
  if (-e "$etcdir/koha.conf") {
!     my $installedversion=`grep kohaversion= "$etcdir/koha.conf"`;
      chomp $installedversion;
      $installedversion=~m/kohaversion=(.*)/;





More information about the Koha-cvs mailing list