Skip to content

Commit

Permalink
Fix typo in ln command in darwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur authored Sep 5, 2022
1 parent f233909 commit 9e9ad0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ restore_library_helper() {
brew link --force --overwrite "$dep_name" 2>/dev/null || true
fi
if ! [ -d "$brew_prefix/opt/$dep_name" ]; then
sudo ln -sf "$brew_cellar"/"$dep_name"/* "$brew_prefix"/opt/libffi
sudo ln -sf "$brew_cellar"/"$dep_name"/* "$brew_prefix"/opt/"$dep_name"
fi
}

Expand Down

0 comments on commit 9e9ad0f

Please sign in to comment.