Lunderberg edited a comment on pull request #8670:
URL: https://github.com/apache/tvm/pull/8670#issuecomment-896067209


   @areusch Following our discussion about running on MacOSX + bash 3.2, I've 
updated all instance of `"${ARRAY[@]}"` to `${ARRAY[@]+"${ARRAY[@]}"}` to avoid 
the undefined variable error.  I also agree that at some point, it would be 
nice to refactor this script into a python script for better 
maintainability/testability.


-- 
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]


Reply via email to