From 191ae1086c8990fc1f6b0c6cc3a5a3a30fe18743 Mon Sep 17 00:00:00 2001 From: SoonKyu Park Date: Thu, 30 Jun 2016 18:55:35 +0900 Subject: [PATCH] Add the default path in the script file Change-Id: Ie5ccab262eed0494676bddfeba7ee16c25698a79 --- scripts/tgpg | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/tgpg b/scripts/tgpg index 238cffb..c29564a 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 -- 2.7.4