From 00ed51625c1b0f0c3c1760887452175543d74c65 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Feb 2023 11:39:57 -0500 Subject: [PATCH] google: normalize depot_tools path --- .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 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 -- 2.39.2