guyuqi commented on PR #1161:
URL: https://github.com/apache/bigtop/pull/1161#issuecomment-1667286264

   > > It failed to build docker images for openEuler. This PR is to fix this 
issue. @MacChen01
   > 
   > We have successful test locally, and our test cmd is: **_sh build.sh 
trunk-openeuler-22.03-aarch64_**
   > 
   > The '=' is equal '==' in shell script, you will got error when the OS var 
is null, please check the OS var. 
![image](https://user-images.githubusercontent.com/11262916/258717846-9b30c5d2-9532-460e-a402-3991ad05c317.png)
   > 
   > @guyuqi
   
   When doing string comparisons in bash shell scripts, it's need to enclose 
the `$OS` variable in double quotes like: `"$OS"`.


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