diff options
author | SoonKyu Park <sk7.park@samsung.com> | 2016-06-30 18:55:35 +0900 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-06-30 18:55:35 +0900 |
commit | 191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743 (patch) | |
tree | 8818257d518ae92dfcff9bf5d86525bbab609294 | |
parent | 763ef3871038772e57a8878893bddfd6a41268a2 (diff) | |
download | rpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.tar.gz rpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.tar.bz2 rpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.zip |
Add the default path in the script filesubmit/tizen_base/20160701.030336accepted/tizen/base/20160701.180346
Change-Id: Ie5ccab262eed0494676bddfeba7ee16c25698a79
-rwxr-xr-x | scripts/tgpg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/tgpg b/scripts/tgpg index 238cffbb4..c29564a06 100755 --- a/scripts/tgpg +++ b/scripts/tgpg @@ -1,6 +1,7 @@ #!/bin/sh +PATH=/bin:/usr/bin:/sbin:/usr/sbin for pkg in $* do if [ "$pkg" = "" -o ! -e "$pkg" ]; then |