adoroszlai commented on PR #5379:
URL: https://github.com/apache/ozone/pull/5379#issuecomment-1743489610

   Thanks @hmohamedansari for reporting this issue.  I was not aware that `-v` 
operator requires at least bash 4.2 (turns out I have 5.1).
   
   Instead of requiring newer bash, we may change it to something that works on 
older versions, too.  I don't remember why I used it instead of something like 
`-n ${OZONE_REPLICATION_FACTOR:-}`.
   
   You can test commands with various `bash` versions using Docker, e.g.: 
`docker run -it --rm bash:4.2`.


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

Reply via email to