Commit c3cb9dce authored by dgaudet's avatar dgaudet
Browse files

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
parent ad21870f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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