From: Greg Stein Date: Mon, 23 Oct 2000 15:48:00 +0000 (+0000) Subject: use a cleaner form for building the TAR file X-Git-Tag: APACHE_2_0_ALPHA_8~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c69699eea698a80f5cf5c4998c6693ba584ad484;p=apache use a cleaner form for building the TAR file 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 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index 1e2f454ff0..53aa80ff1a 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -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