From: Mike Frysinger Date: Wed, 17 Aug 2011 15:22:58 +0000 (-0400) Subject: expand path to make `which` happy X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d59ac7291d6f7f5b694023af42e3aa2c589a2e8f;p=home.git expand path to make `which` happy --- 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