tools: scripts: Add a PATH environment in script 39/308939/1 accepted/tizen/8.0/unified/20240404.155016
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 3 Apr 2024 03:55:43 +0000 (12:55 +0900)
committerSangYoun 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

index dae2e6ea83c28eb78c71ebfd97aee8ccc25ff7e6..900db73ab3256d51f2f9821b4f79d447e95d2011 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+
 RESULT_FILE_PATH='/opt/usr/update-control-server.conf'
 
 DELTA_TYPE=""