uschindler commented on pull request #472: URL: https://github.com/apache/lucene/pull/472#issuecomment-979202746
@rmuir the bourne shell does not support `$(...command...)` and you can only use backticks which can't be nested. I can fix this by writing the first line split into several lines. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
