@ -16,11 +16,11 @@ function common_variables() {
OUTPUT="/dev/stdout"
#
set +e
set +u
if [ ! -z $container ]; then
container = ""
fi
set -e
set -u
if [ -f /.dockerenv ] || [ "$container" = "podman" ]; then