[Koha-cvs] CVS: koha/misc Install.pm,1.69.2.6,1.69.2.7

MJ Ray slef at users.sourceforge.net
Thu Apr 22 13:41:27 CEST 2004


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');





More information about the Koha-cvs mailing list