You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/10/06 18:55:20 UTC

[GitHub] [accumulo-testing] ctubbsii opened a new pull request, #238: Use read -a instead of readarray -td' '

ctubbsii opened a new pull request, #238:
URL: https://github.com/apache/accumulo-testing/pull/238

   Use built-in read command to do word splitting naturally, instead of relying on readarray/mapfile's newer delimiter flag to do word splitting forcibly.
   
   Also fix some other cases where read -a would be better.
   
   This fixes #237


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo-testing] ctubbsii merged pull request #238: Use read -a instead of readarray -td' '

Posted by GitBox <gi...@apache.org>.
ctubbsii merged PR #238:
URL: https://github.com/apache/accumulo-testing/pull/238


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org