[opendemo-cvs] CVS: opendemo/tools wpu,1.14,1.15
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-05-26 19:13:32
|
Update of /cvsroot/opendemo/opendemo/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2587 Modified Files: wpu Log Message: copy over the current version from LMPC Index: wpu =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/wpu,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** wpu 22 May 2004 17:52:00 -0000 1.14 --- wpu 26 May 2004 19:13:22 -0000 1.15 *************** *** 943,947 **** (my $filename) = @_; ! die "$script: can't read $filename\n" unless open FILE, "$filename"; my $sep = $/; $/ = ''; --- 943,947 ---- (my $filename) = @_; ! die "$script: can't read $filename: $!\n" unless open FILE, "$filename"; my $sep = $/; $/ = ''; |