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