tools: scripts: Add a PATH environment in script 36/308936/1 accepted/tizen/unified/20240404.164419 accepted/tizen/unified/x/20240408.053816
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 3 Apr 2024 03:55:43 +0000 (12:55 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 3 Apr 2024 03:59:44 +0000 (12:59 +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=""