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

joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 2793183  fix bug
     new 904a232  Merge pull request #12 from zouyx/master
2793183 is described below

commit 279318375f3fb89a48af0e3cfecaceed00c0e89f
Author: Joe Zou <[email protected]>
AuthorDate: Tue Nov 24 13:52:06 2020 +0800

    fix bug
---
 helloworld/dubbo/go-client/assembly/windows/dev.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/helloworld/dubbo/go-client/assembly/windows/dev.sh 
b/helloworld/dubbo/go-client/assembly/windows/dev.sh
index 6487b30..011fb41 100644
--- a/helloworld/dubbo/go-client/assembly/windows/dev.sh
+++ b/helloworld/dubbo/go-client/assembly/windows/dev.sh
@@ -22,13 +22,15 @@ set -e
 export GOOS=windows
 export GOARCH=amd64
 
-export PROFILE="dev"
+PROFILE=dev
+
 PROJECT_HOME=`pwd`
 
 if [ -f "${PROJECT_HOME}/assembly/common/app.properties" ]; then
-  . ${PROJECT_HOME}/assembly/common/app.properties
+. ${PROJECT_HOME}/assembly/common/app.properties
 fi
 
+
 if [ -f "${PROJECT_HOME}/assembly/common/build.sh" ]; then
-  sh ${PROJECT_HOME}/assembly/common/build.sh
+. ${PROJECT_HOME}/assembly/common/build.sh
 fi

Reply via email to