CQ-Unix-Toolkit icon indicating copy to clipboard operation
CQ-Unix-Toolkit copied to clipboard

Incorrect symbolic link on mac os

Open HackerTheMonkey opened this issue 11 years ago • 1 comments

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.

HackerTheMonkey avatar May 01 '14 13:05 HackerTheMonkey

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.

kitarek avatar May 04 '16 21:05 kitarek