-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
featureProduct featureProduct feature
Description
Background
exaslct is not compatible with MacOsX due to two reasons:
- Command readlink contains only a subset of the features of the linux version. We need to use greadlink (which comes with gtools, can be installed with "brew install coreutils")
- Bash version is very old (3.6.2), we need at least 4.2 (due to usage of associative arrays)
Solution
We have two options here:
- Write a slim version of exaslct which is specifically for MacOsX, which does not support the mount point handling. And which uses greadlink instead of readlink
- Write exaslct in Go
Metadata
Metadata
Assignees
Labels
featureProduct featureProduct feature