From 6ee066ad144ca690af7c6292bed86ab7559deedb Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Tue, 23 Mar 2021 22:23:19 +0800 Subject: [PATCH] [Desc]Modify the vendor configuration file path because the product_path is changed to an absolute path. Change-Id: I4688bae0c69c8b4c415f8aa8c137c987786227a3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 822e6494..4475a50a 100755 --- a/build.sh +++ b/build.sh @@ -64,7 +64,7 @@ if [ -f "$destination" ]; then rm -rf $destination fi if [ ! -f "$source" ]; then - source="../..$7/config/sys/$config_file" + source="$7/config/sys/$config_file" fi cp $source $destination