We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7b323 commit c915949Copy full SHA for c915949
apply_embARC_patch.sh
@@ -10,7 +10,7 @@ else
10
fi
11
12
# identify OS source tree root directory
13
-export embARC_OSP_BASE=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
+export EMBARC_ROOT=$( builtin cd "$( dirname "$dir" )" > /dev/null && pwd ${pwd_opt})
14
unset pwd_opt
15
16
patches_required_folders="library,middleware,os"
@@ -28,7 +28,7 @@ echo ""
28
exit_ok=0
29
for patch_folder in ${patches_required_folder_list[@]}
30
do
31
- patch_scripts=$(find ${embARC_OSP_BASE}/${patch_folder} -maxdepth 2 -name "apply_embARC_patch.sh")
+ patch_scripts=$(find ${EMBARC_ROOT}/${patch_folder} -maxdepth 2 -name "apply_embARC_patch.sh")
32
for script in ${patch_scripts[@]}
33
34
patch_dir=$(dirname ${script})
0 commit comments