You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/03/09 13:20:16 UTC

[linkis] branch dev-1.3.2 updated: [LINKIS-4352] Fix truncated prompt message (#4353)

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

peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
     new e5943ab87 [LINKIS-4352] Fix truncated prompt message (#4353)
e5943ab87 is described below

commit e5943ab8799ef6d2c222a54bbe6e64c644cedccb
Author: Zhen Wang <wa...@apache.org>
AuthorDate: Thu Mar 9 21:20:09 2023 +0800

    [LINKIS-4352] Fix truncated prompt message (#4353)
    
    * add Apache license for wagon-http-lightweight (#4267)
---
 linkis-dist/bin/common.sh       | 6 +++---
 linkis-dist/release-docs/NOTICE | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/linkis-dist/bin/common.sh b/linkis-dist/bin/common.sh
index 7f953d91a..0d697d52a 100644
--- a/linkis-dist/bin/common.sh
+++ b/linkis-dist/bin/common.sh
@@ -82,9 +82,9 @@ function echoSuccessMsg() {
 
 function isSuccess(){
 if [ $? -ne 0 ]; then
-    echoErrMsgAndExit $1
+    echoErrMsgAndExit "$1"
 else
-    echoSuccessMsg $1
+    echoSuccessMsg "$1"
 fi
 }
 
@@ -92,6 +92,6 @@ function isSuccessWithoutExit(){
 if [ $? -ne 0 ]; then
     echo -e "WARN failed to $1 , but installation will continue,some function may not work properly"
 else
-    echoSuccessMsg $1
+    echoSuccessMsg "$1"
 fi
 }
\ No newline at end of file
diff --git a/linkis-dist/release-docs/NOTICE b/linkis-dist/release-docs/NOTICE
index 69c618a72..1e4cfcbd7 100644
--- a/linkis-dist/release-docs/NOTICE
+++ b/linkis-dist/release-docs/NOTICE
@@ -1864,7 +1864,7 @@ testng (6.14.2)
 
 wagon-http-lightweight (3.0.0)
 
-* License: Pending
+* License: Apache-2.0
 * Project: https://maven.apache.org/wagon/
 * Source:
    https://mvnrepository.com/artifact/org.apache.maven.wagon/wagon-http-lightweight/3.0.0
@@ -3496,4 +3496,4 @@ Apache SeaTunnel (incubating)
 Copyright 2021-2022 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
+The Apache Software Foundation (http://www.apache.org/).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org