You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/06/01 14:09:15 UTC

cvs commit: xml-xerces/c/scripts packageBinaries.pl

tng         01/06/01 05:09:14

  Modified:    c/scripts packageBinaries.pl
  Log:
  Fix typo.  Used // instead of # for comment!
  
  Revision  Changes    Path
  1.53      +2 -2      xml-xerces/c/scripts/packageBinaries.pl
  
  Index: packageBinaries.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageBinaries.pl,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- packageBinaries.pl	2001/05/31 14:46:43	1.52
  +++ packageBinaries.pl	2001/06/01 12:09:13	1.53
  @@ -266,8 +266,8 @@
           psystem("cp -fv $ICUROOT/bin/icuuc18.dll $targetdir/bin");
           psystem("cp -fv $ICUROOT/bin/icuuc18d.dll $targetdir/bin");
   
  -        // it seems icudt18*.DLL is generated (upper case dll)
  -        // but just case, try lower case .dll as well
  +        # it seems icudt18*.DLL is generated (upper case dll)
  +        # but just case, try lower case .dll as well
           psystem("cp -fv $ICUROOT/source/data/icudt18*.DLL $targetdir/bin");
           psystem("cp -fv $ICUROOT/source/data/icudt18*.dll $targetdir/bin");
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org