]> granicus.if.org Git - apache/commitdiff
Back out jim's recent "x"/"." change. This is a veto and I've given
authordgaudet <dgaudet@unknown>
Fri, 15 Jan 1999 22:39:56 +0000 (22:39 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 15 Jan 1999 22:39:56 +0000 (22:39 +0000)
reasons in new-httpd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82673 13f79535-47bb-0310-9956-ffa450edef68

build/binbuild.sh

index 7fa5325a1d8b41f8c6a31270573aef7aac15a122..33ee41388584c91df7f834a09cbd50ff5d0921f3 100755 (executable)
@@ -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