]> git.wh0rd.org - home.git/commitdiff
google: normalize depot_tools path
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Feb 2023 16:39:57 +0000 (11:39 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 1 Feb 2023 16:39:57 +0000 (11:39 -0500)
.profile.d/google.sh

index 2496b58811f316a580eedf15f1035bc65caec16d..f4d9025db4834325c0cf1f8e8f98eb2a5b0e258a 100644 (file)
@@ -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