Skip to content

Commit

Permalink
bash: Fix ensure-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Apr 26, 2024
1 parent dc23a14 commit 26d4682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/platform-osx/bash/ensure-setup
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ fi

# Link safe (ish) GNU coreutils into the path
if [ ! -d "$HOME/.local/lib/gnu-override" ] && hash brew 2>/dev/null; then
local GNU_OVERRIDE_DIR="$HOME/.local/lib/gnu-override/bin"
local COREUTILS_BIN="$(brew --prefix coreutils)/bin"
GNU_OVERRIDE_DIR="$HOME/.local/lib/gnu-override/bin"
COREUTILS_BIN="$(brew --prefix coreutils)/bin"
mkdir -p "$GNU_OVERRIDE_DIR"

# GNU utils to use
Expand Down

0 comments on commit 26d4682

Please sign in to comment.