]> granicus.if.org Git - apache/commitdiff
use a cleaner form for building the TAR file
authorGreg Stein <gstein@apache.org>
Mon, 23 Oct 2000 15:48:00 +0000 (15:48 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 23 Oct 2000 15:48:00 +0000 (15:48 +0000)
Submitted by: Joe Orton
Reviewed by: Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86713 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index 1e2f454ff03e91ad054f34b825803b574c704e0f..53aa80ff1a96b5dc0840ac226d2cab2010d5fceb 100755 (executable)
@@ -273,7 +273,7 @@ else
     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