From: dgaudet Date: Fri, 15 Jan 1999 22:39:56 +0000 (+0000) Subject: Back out jim's recent "x"/"." change. This is a veto and I've given X-Git-Tag: 1.3.5~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a240f6a87c10fd6b7c355b52df79fab39a0995;p=apache Back out jim's recent "x"/"." change. This is a veto and I've given reasons in new-httpd. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82673 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/binbuild.sh b/build/binbuild.sh index 7fa5325a1d..33ee413885 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -190,14 +190,14 @@ then echo "ERROR: Failed to build Apache. See \"build.log\" for details." exit 1; else - if [ "$GTAR" != "" ] + if [ ".$GTAR" != . ] then $GTAR -zcf ../apache-$VER-$OS.tar.gz -C .. --owner=root --group=root apache-$VER else - if [ "$TAR" != "" ] + if [ ".$TAR" != . ] then $TAR -cf ../apache-$VER-$OS.tar -C .. apache-$VER - if [ "$GZIP" != "" ] + if [ ".$GZIP" != . ] then $GZIP ../apache-$VER-$OS.tar fi