From 26c06979cd0a2f143732faa48329b9d4e2236d24 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sat, 24 Aug 2019 16:50:52 +0800
Subject: [PATCH] update setup_env.sh to fix import bug

---
 tools/setup_env.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/setup_env.sh b/tools/setup_env.sh
index 00590a5..dcd3ea5 100755
--- a/tools/setup_env.sh
+++ b/tools/setup_env.sh
@@ -102,7 +102,7 @@
     BUILDROOT_DLADDR=${LYFTP_PUB}/$BUILDROOT_TAR
 
     if [ -d ${BUILDROOT_PATH}/${BUILDROOT_NAME} ] ; then
-        LDROOTmsg_banner "$BUILDROOT_VER already installed to $BUILDROOT_PATH/$BUILDROOT_NAME"
+        msg_banner "$BUILDROOT_VER already installed to $BUILDROOT_PATH/$BUILDROOT_NAME"
         return 0;
     fi
 

--
Gitblit v1.9.1