hoppscotch / proxyscotch

📡 A simple proxy server created for https://hoppscotch.io
https://hoppscotch.io
MIT License
369 stars 97 forks source link

String comparison in POSIX sh needs to be done via single eq symbols. #16

Closed MarcelPa closed 4 years ago

MarcelPa commented 4 years ago

As I tested around with other base images for the Docker image, I noticed that == comparisons are not POSIX shell compliant. This needs to be = as defined here. I changed that accordingly, build.sh works now on all shells I tested (debian:buster, alpine, Fedora /w zsh).

Signed-off-by: Marcel Parciak marcel.parciak@gmail.com