summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2002-05-15 15:39:49 +0000
committerGreg Ames <gregames@apache.org>2002-05-15 15:39:49 +0000
commit69017e97d953bbe0a962415fd56f87996a24ab91 (patch)
tree471be6265e125d446d80f0c9c27262b033b1a96c /build
parent42b43434975a522838e5abd61ea3ab4da802e833 (diff)
downloadhttpd-69017e97d953bbe0a962415fd56f87996a24ab91.tar.gz
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
Diffstat (limited to 'build')
-rwxr-xr-xbuild/binbuild.sh2
1 files changed, 1 insertions, 1 deletions
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" ]