This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/1.2.x by this push: new 0082a11f2 Fix script 0082a11f2 is described below commit 0082a11f23d6ea06eccdc299a57a9632edd7a304 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 6 17:20:30 2022 +0100 Fix script --- jnirelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnirelease.sh b/jnirelease.sh index 95f456647..cc1226088 100755 --- a/jnirelease.sh +++ b/jnirelease.sh @@ -176,7 +176,7 @@ if [ $diffcount -ne 0 ]; then echo " $TCJAVA_GITBASE" echo " Either correct now by running" echo " 'git rm -rf java/org/apache/tomcat/jni'" - echo " 'git read-tree --prefix=java/org/apache/tomcat/jni/ -u 9.0.x:java/org/apache/tomcat/jni'" + echo " 'git read-tree --prefix=java/org/apache/tomcat/jni/ -u tcjava/9.0.x:java/org/apache/tomcat/jni'" echo " 'git commit'" echo " or run this script with -f (force)" if [ "X$JKJNIFORCE" = "X1" ] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org