From: taeyoung Date: Thu, 30 Jun 2016 09:44:58 +0000 (+0900) Subject: common: set PATH env X-Git-Tag: submit/tizen/20160630.121716^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=894874f73bf5f2ea596f6411268c75f41d5baee4;p=platform%2Fcore%2Fapi%2Fsystem-info.git common: set PATH env - PATH env need to be added since system PATH env can have weird paths. Change-Id: I65dbbb388df2f0028a953a6fac9dbd113a3f6ab8 Signed-off-by: taeyoung --- diff --git a/script/make_info_file.sh b/script/make_info_file.sh index 7d9790a..87639e8 100644 --- a/script/make_info_file.sh +++ b/script/make_info_file.sh @@ -2,6 +2,8 @@ # make_info_file.sh : make /etc/info.ini # +PATH=/bin:/usr/bin:/sbin:/usr/sbin + . /etc/tizen-build.conf TYPE=$(echo $TZ_BUILD_RELEASE_TYPE | tr '[:upper:]' '[:lower:]')