@ -18,7 +18,7 @@ function common_variables() {
#
set +u
if [ -z $container ]; then
container = ""
container=""
fi
set -u
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then