[Koha-cvs] CVS: koha/telnet returnswrapper.pl,1.2,1.3

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 12:46:55 CEST 2002


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

Modified Files:
	returnswrapper.pl 
Log Message:
Removed trailing whitespace.


Index: returnswrapper.pl
===================================================================
RCS file: /cvsroot/koha/koha/telnet/returnswrapper.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** returnswrapper.pl	14 Aug 2002 18:12:54 -0000	1.2
--- returnswrapper.pl	13 Oct 2002 10:46:53 -0000	1.3
***************
*** 19,25 ****
  # Suite 330, Boston, MA  02111-1307 USA
  
! $done = "returns";                                                                
  my $i=0;
! while ($done eq "returns") {                                                      
    my @args=('doreturns.pl', at ARGV);
    eval{system(@args)};
--- 19,25 ----
  # Suite 330, Boston, MA  02111-1307 USA
  
! $done = "returns";
  my $i=0;
! while ($done eq "returns") {
    my @args=('doreturns.pl', at ARGV);
    eval{system(@args)};
***************
*** 29,31 ****
    }
  
! }                                                                                
--- 29,31 ----
    }
  
! }





More information about the Koha-cvs mailing list