You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/10/23 17:48:00 UTC

cvs commit: apache-1.3/src/helpers binbuild.sh

gstein      00/10/23 08:48:00

  Modified:    src/helpers binbuild.sh
  Log:
  use a cleaner form for building the TAR file
  
  Submitted by: Joe Orton
  Reviewed by: Greg Stein
  
  Revision  Changes    Path
  1.17      +1 -1      apache-1.3/src/helpers/binbuild.sh
  
  Index: binbuild.sh
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/helpers/binbuild.sh,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- binbuild.sh	2000/01/30 00:36:55	1.16
  +++ binbuild.sh	2000/10/23 15:48:00	1.17
  @@ -273,7 +273,7 @@
       then
         case "x$OS" in
           x*390*) $TAR -cfU ../apache_$VER-$OS.tar -C .. apache_$VER;;
  -	    *) $TAR -cf ../apache_$VER-$OS.tar -C .. apache_$VER;;
  +	    *) (cd .. && $TAR -cf apache_$VER-$OS.tar apache_$VER);;
         esac
         if [ "x$GZIP" != "x" ]
         then