projects
/
platform
/
core
/
system
/
plugin
/
update-control-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80d9488
)
tools: scripts: Add a PATH environment in script
39/308939/1
accepted/tizen/8.0/unified/20240404.155016
author
Jaehoon Chung
<jh80.chung@samsung.com>
Wed, 3 Apr 2024 03:55:43 +0000
(12:55 +0900)
committer
SangYoun Kwak
<sy.kwak@samsung.com>
Wed, 3 Apr 2024 05:05:13 +0000
(14:05 +0900)
Add a PATH environment in script to fix a Path check error.
During mic, the below information is displaying.
INFO: ###### path check error list ######
INFO: /usr/bin/make-update-control-config.sh,system-plugin-backend-update-control-generic-1.0.6-0.armv7l
Change-Id: Ieef37931e5e85042d19eff1b75c21319cbe10335
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tools/scripts/make-update-control-config.sh
patch
|
blob
|
history
diff --git
a/tools/scripts/make-update-control-config.sh
b/tools/scripts/make-update-control-config.sh
index dae2e6ea83c28eb78c71ebfd97aee8ccc25ff7e6..900db73ab3256d51f2f9821b4f79d447e95d2011 100755
(executable)
--- a/
tools/scripts/make-update-control-config.sh
+++ b/
tools/scripts/make-update-control-config.sh
@@
-1,5
+1,7
@@
#!/bin/bash
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
RESULT_FILE_PATH='/opt/usr/update-control-server.conf'
DELTA_TYPE=""