From d59ac7291d6f7f5b694023af42e3aa2c589a2e8f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 17 Aug 2011 11:22:58 -0400 Subject: [PATCH] expand path to make `which` happy --- .profile.d/google.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 516d180..9b37d72 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -1,3 +1,3 @@ if [ -d ~/chromiumos/depot_tools ] ; then - PATH="${PATH}:~/chromiumos/depot_tools" + PATH="${PATH}:`echo ~`/chromiumos/depot_tools" fi -- 2.39.5