summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoonKyu Park <sk7.park@samsung.com>2016-06-30 18:55:35 +0900
committerSoonKyu Park <sk7.park@samsung.com>2016-06-30 18:55:35 +0900
commit191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743 (patch)
tree8818257d518ae92dfcff9bf5d86525bbab609294
parent763ef3871038772e57a8878893bddfd6a41268a2 (diff)
downloadrpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.tar.gz
rpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.tar.bz2
rpm-191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743.zip
Change-Id: Ie5ccab262eed0494676bddfeba7ee16c25698a79
-rwxr-xr-xscripts/tgpg1
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