abagchi     99/11/12 17:29:22

  Modified:    c/scripts packageSources.pl
  Log:
  now works on linux
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- packageSources.pl 1999/11/10 16:55:46     1.2
  +++ packageSources.pl 1999/11/13 01:29:21     1.3
  @@ -226,7 +226,7 @@
         print ("tar -cvf $srczipname $srczipfiles");
         system ("tar -cvf $srczipname $srczipfiles");
   
  -      system ("compress $srczipname");
  +      system ("gzip $srczipname");
      }
      print ("Done with packaging sources.\n");
   }
  
  
  

Reply via email to