From 9b6fa424bb9a5b56b52a2bdac3768e3336452f0f Mon Sep 17 00:00:00 2001 From: Greg Ames Date: Wed, 15 May 2002 15:39:49 +0000 Subject: [PATCH] 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 --- build/binbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- 2.40.0