koha-cvs
[Top][All Lists]
Advanced

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

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


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/misc installer.pl,1.12,1.13
Date: Sat, 25 Jan 2003 10:04:47 -0800

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=(.*)/;




reply via email to

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