From: Mike Frysinger Date: Wed, 1 Feb 2023 16:39:57 +0000 (-0500) Subject: google: normalize depot_tools path X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=00ed51625c1b0f0c3c1760887452175543d74c65;p=home.git google: normalize depot_tools path --- diff --git a/.profile.d/google.sh b/.profile.d/google.sh index 2496b58..f4d9025 100644 --- a/.profile.d/google.sh +++ b/.profile.d/google.sh @@ -1,5 +1,5 @@ if [ -d ~/depot_tools ] ; then - path_append "`echo ~`/depot_tools" + path_append "$(realpath "`echo ~`/depot_tools")" elif [ -d ~/chromiumos/depot_tools ] ; then path_append "`echo ~`/chromiumos/depot_tools" elif [ -d ~/chromiumos/chromium/tools/depot_tools ] ; then