From: Greg Ames Date: Wed, 15 May 2002 15:39:49 +0000 (+0000) Subject: OS/390 likes the -U tar option; Linux/390 doesn't X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b6fa424bb9a5b56b52a2bdac3768e3336452f0f;p=apache OS/390 likes the -U tar option; Linux/390 doesn't git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95117 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index ebf7efcf7e..9e386fb7c5 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -158,7 +158,7 @@ else if [ "x$TAR" != "x" ] then case "x$OS" in - x*390*) $TAR -cfU ../httpd-$VER-$OS.tar -C .. httpd-$VER;; + x*os390*) $TAR -cfU ../httpd-$VER-$OS.tar -C .. httpd-$VER;; *) (cd .. && $TAR -cf httpd-$VER-$OS.tar httpd-$VER);; esac if [ "x$GZIP" != "x" ]