d4rkstar opened a new pull request, #9: URL: https://github.com/apache/openserverless-cli/pull/9
This fix will resolve https://github.com/apache/openserverless/issues/46. This fix consist in three small modifications: 1) added -type f to the find - this is more consistent because we're searching for executable files and check their format 2) added a xargs after the wc -l to "trim" down the result (" 1" become "1") 3) for macos executable, i've added and head -n 1 to extract only the relevant part of the file output. -- 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. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org