Offirmo / offirmo-shell-lib

A collection of useful bash reusable functions for robust and advanced shell scripts. Used to power cvm and simpli.
The Unlicense
25 stars 2 forks source link

"readlink -m" is not standard #1

Open docwhat opened 3 years ago

docwhat commented 3 years ago

The -m option for readlink doesn't exist on macOS... and probably doesn't exist on BSD either.

See https://github.com/Offirmo/offirmo-shell-lib/blob/master/bin/osl_lib_file.sh#L24