chanjarster commented on issue #70: [SCB-1663] add scripts URL: https://github.com/apache/servicecomb-toolkit/pull/70#issuecomment-565271499 I build the release binary and I checked on Mac and got this: ```txt readlink: illegal option -- f usage: readlink [-n] [file ...] usage: dirname path find: illegal option -- n usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression] find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression] error: cli.jar not exist. make sure it is placed in the current directory or subdirectory of this script ``` Seems like an issue when you trying to got the script's directory. Check [this](https://github.com/apache/tomcat/blob/master/bin/startup.sh#L28-L41) out, maybe will help you.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
