From 82f4effc09593b3faf979dc59c99f1ad57320ef5 Mon Sep 17 00:00:00 2001 From: modehua Date: Sat, 14 Jan 2023 11:46:29 +0800 Subject: [PATCH] build set --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index ed6ff10f..2213ef3c 100755 --- a/build.sh +++ b/build.sh @@ -5,6 +5,9 @@ if [ "$1" != "hg" ] && [ "$1" != "lsc" ] && [ "$1" != "hw" ] && [ "$1" != "cts" exit 1 fi +script_dir=$(cd $(dirname $0);pwd) +cd $script_dir +echo $script_dir echo "Build QT base components require tool 'cbp2make' ..." if [ -f /usr/bin/cbp2make ]; then