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
It should be possible to remove these dependencies so stowsh can run on BSD systems (including macOS). See #13.
I don't personally have a need to fix this issue, but contributions welcome.
Some difficulties:
we need a way to construct the relative path from an existing file to a non-existing file. We currently do this with realpath foo --relative-to=bar --canonicalize-missing. This script may work, but introduces a readlink dependency. (BSD readlink doesn't do the right thing for our use case.)
BSD find complains on uninstall. Have not investigated why.
The text was updated successfully, but these errors were encountered:
It should be possible to remove these dependencies so stowsh can run on BSD systems (including macOS). See #13.
I don't personally have a need to fix this issue, but contributions welcome.
Some difficulties:
realpath foo --relative-to=bar --canonicalize-missing
. This script may work, but introduces areadlink
dependency. (BSD readlink doesn't do the right thing for our use case.)find
complains on uninstall. Have not investigated why.The text was updated successfully, but these errors were encountered: