hiroyuki-sato opened a new issue, #50417:
URL: https://github.com/apache/arrow/issues/50417

   ### Describe the enhancement requested
   
   Fix shellcheck errors in `ci/scripts/install_bison.sh`
   
   This is the sub issue #44748.
   
   * SC2046: Quote this to prevent word splitting
   
   
   ```
   In ci/scripts/install_bison.sh line 37:
   make -j$(nproc)
          ^------^ SC2046 (warning): Quote this to prevent word splitting.
   
   For more information:
     https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word 
splitt...
   ```  
   
   ### Component(s)
   
   Developer Tools


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