CQ-Unix-Toolkit
CQ-Unix-Toolkit copied to clipboard
Incorrect symbolic link on mac os
When invoking the install script from within the installation directory "./install" under mac os 10.9.2, this would result in creating symbolic links under "/usr/local/bin" that refers to themselves, e.g. cqput --> ./cqput which cause the "too many levels symbolic links" when running any of the commands.
Thanks for submitting an issue. It seems that -f option for readlink is not available on any Mac. The issue should be now fixed in 1.2-dev branch.