From 0d6726b962ef061d8567c265d21e05a3e33ad859 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Wed, 11 Oct 2023 15:30:11 -0700 Subject: [PATCH] Drop an unused variable from workspace-status.sh Variable was unused and initialized with the output for realpath which appears not to exist on GitHub macOS runners. --- tools/unix/workspace-status.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/unix/workspace-status.sh b/tools/unix/workspace-status.sh index c13e7ebc9a1..561a34a5fc3 100755 --- a/tools/unix/workspace-status.sh +++ b/tools/unix/workspace-status.sh @@ -4,7 +4,6 @@ # runs during each build. script_dir=$(dirname "$0") -workspace=$(realpath "${script_dir}/../..") inside_work_tree=$(git rev-parse --is-inside-work-tree 2>/dev/null) # Check for issues that may affect developer workspace