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.69.2.6,1.69.2.7


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc Install.pm,1.69.2.6,1.69.2.7
Date: Thu, 22 Apr 2004 04:41:27 -0700

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28025

Modified Files:
      Tag: rel_2_0
        Install.pm 
Log Message:
Remove unportable ls flag (Bug 725)

Index: Install.pm
===================================================================
RCS file: /cvsroot/koha/koha/misc/Install.pm,v
retrieving revision 1.69.2.6
retrieving revision 1.69.2.7
diff -C2 -r1.69.2.6 -r1.69.2.7
*** Install.pm  22 Apr 2004 11:38:23 -0000      1.69.2.6
--- Install.pm  22 Apr 2004 11:41:25 -0000      1.69.2.7
***************
*** 1988,1992 ****
  close MD;
  
! my $filels=`ls -hl $backupdir/Koha.backup_$date`;
  chomp $filels;
  $answer = showmessage(getmessage('BackupSummary',[$bibliocounter, 
$biblioitemcounter, $itemcounter, $membercounter, $filels]),'yn');
--- 1988,1992 ----
  close MD;
  
! my $filels=`ls -l $backupdir/Koha.backup_$date`;
  chomp $filels;
  $answer = showmessage(getmessage('BackupSummary',[$bibliocounter, 
$biblioitemcounter, $itemcounter, $membercounter, $filels]),'yn');




reply via email to

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