You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2001/06/28 02:28:09 UTC

cvs commit: apr-util/build fixwin32mak.pl

wrowe       01/06/27 17:28:08

  Modified:    build    fixwin32mak.pl
  Log:
    Ugh... cd .. is not nice.  Now this still needs a touch of work, but at
    least it's marginally better.
  
  Revision  Changes    Path
  1.2       +0 -1      apr-util/build/fixwin32mak.pl
  
  Index: fixwin32mak.pl
  ===================================================================
  RCS file: /home/cvs/apr-util/build/fixwin32mak.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fixwin32mak.pl	2001/03/08 15:22:31	1.1
  +++ fixwin32mak.pl	2001/06/28 00:28:06	1.2
  @@ -10,7 +10,6 @@
   use IO::File;
   use File::Find;
   
  -chdir '..';
   $root = cwd;
   # ignore our own direcory (allowing us to move into any parallel tree)
   $root =~ s|^.:(.*)/.*?$|cd "$1|;