From d4b138a5ea9acda3a4839f89d0fa892f20a4c17a Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 2 Sep 2015 23:08:26 +0800 Subject: [PATCH 1/1] pb-console: Always add plugins directory to PATH Signed-off-by: Jeremy Kerr --- utils/pb-console | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/pb-console b/utils/pb-console index 5f8ffa6..c6def47 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -107,8 +107,9 @@ esac # we may have been run from udev - ensure we have a sensible PATH if [ -z "$PATH" ] then - PATH=/var/lib/pb-plugins/bin:/usr/bin:/usr/sbin:/bin:/sbin + PATH=/usr/bin:/usr/sbin:/bin:/sbin fi +PATH=/var/lib/pb-plugins/bin:$PATH export PATH verbose_opt= -- 2.39.2