You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the issue was also dicsussed in places like this one: realpath doesn't exist on OSX whatwg/html-build#90 (although their needs are slightly different and the fix they implemented isn't a great solution for brut)
This small shell function seems like a good solution to replace realpath. It can be added on top of brut's entry.sh script
Source: https://stackoverflow.com/questions/56559093/how-to-fix-resources-sh-line-7-realpath-command-not-found-in-xcode
Solution: install missing coreutils through Homebrew
brew install coreutils
The text was updated successfully, but these errors were encountered: