You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2020/02/11 12:25:45 UTC

[rocketmq-client-cpp] branch master updated: fix(build): fix variable in build script (#237)

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

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new e594218  fix(build): fix variable in build script (#237)
e594218 is described below

commit e59421838f281ec55ccdde8cca635200781ca2b2
Author: Gianluigi Dal Toso <gi...@gmail.com>
AuthorDate: Tue Feb 11 09:25:31 2020 -0300

    fix(build): fix variable in build script (#237)
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 6b0407e..3f552a8 100755
--- a/build.sh
+++ b/build.sh
@@ -170,7 +170,7 @@ BuildLibevent() {
     exit 1
   fi
 
-  libevent_dir=$(ls | grep libevent | grep .*[^zip]$)
+  libevent_dir=$(ls | grep libevent | grep .*[^zip^txt]$)
   cd ${libevent_dir}
   if [ $? -ne 0 ]; then
     exit 1