Yikun opened a new pull request #32608:
URL: https://github.com/apache/spark/pull/32608


   ### What changes were proposed in this pull request?
   change $(command -v curl) to "$(command -v curl)" 
   
   
   ### Why are the changes needed?
   We need change $(command -v curl) to "$(command -v curl)" to make sure it 
work when `curl` or `wget` is uninstall. othewise raised:
   `build/mvn: line 56: [: /root/spark/build/apache-maven-3.6.3-bin.tar.gz: 
binary operator expected`
   
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   ```
   apt remove curl
   rm -f build/apache-maven-3.6.3-bin.tar.gz
   rm -r build/apache-maven-3.6.3-bin
   mvn -v
   ```


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

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