Add the default path in the script file 28/77628/1 accepted/tizen/base/20160701.180346 submit/tizen_base/20160701.030336
authorSoonKyu Park <sk7.park@samsung.com>
Thu, 30 Jun 2016 09:55:35 +0000 (18:55 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Thu, 30 Jun 2016 09:55:35 +0000 (18:55 +0900)
Change-Id: Ie5ccab262eed0494676bddfeba7ee16c25698a79

scripts/tgpg

index 238cffb..c29564a 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 for pkg in $*
 do
     if [ "$pkg" = "" -o ! -e "$pkg" ]; then