From 07394a162106b6d09019f6629075d937e7ac7eb5 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Mon, 19 Jan 2026 18:59:12 +0100 Subject: [PATCH] style.fish: canonicalize workspace root Use a canonicalized absolute path for the workspace root to make errors containing paths easier to read. Closes #12359 --- build_tools/style.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/style.fish b/build_tools/style.fish index f26305f20..b8fd1f8a0 100755 --- a/build_tools/style.fish +++ b/build_tools/style.fish @@ -24,7 +24,7 @@ if set -l -q _flag_all end end -set -l workspace_root (status dirname)/.. +set -l workspace_root (realpath (status dirname)/..) if test $all = yes if not set -l -q _flag_force; and not set -l -q _flag_check