Skip to content

Commit

Permalink
Drop an unused variable from workspace-status.sh
Browse files Browse the repository at this point in the history
Variable was unused and initialized with the output for realpath
which appears not to exist on GitHub macOS runners.
  • Loading branch information
ohodson committed Oct 13, 2023
1 parent 0519403 commit 0d6726b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/unix/workspace-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d6726b

Please sign in to comment.