You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/21 07:51:47 UTC

[tomcat] branch 9.0.x updated: Fix build

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new b4fdbfc4e3 Fix build
b4fdbfc4e3 is described below

commit b4fdbfc4e3855cc00ab7d83384e53b9de7c7cbba
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 21 08:51:05 2022 +0100

    Fix build
    
    Remove unnecessary space from git clone command for Tomcat Native
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 49e1ed481c..12b4d28f99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ install:
     - make
     - make install
     - export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/tmp/apr-build/lib"
-    - git clone -q -b 1.2.x -- single-branch https://github.com/apache/tomcat-native.git $HOME/tmp/tomcat-native
+    - git clone -q -b 1.2.x --single-branch https://github.com/apache/tomcat-native.git $HOME/tmp/tomcat-native
     - cd $HOME/tmp/tomcat-native/native
     - sh buildconf --with-apr=$HOME/tmp/apr
     - ./configure --with-apr=$HOME/tmp/apr --with-java-home=$JAVA_HOME --with-ssl=yes --prefix=$HOME/tmp/tomcat-native-build


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org