#!/bin/sh

set -o errexit

# This script should not flag set -o errexit

echo "Hallo world"

#DEBHELPER#
