Comment in_docker.sh

This commit is contained in:
Bruno Pajdek
2024-11-28 17:22:38 +01:00
parent 5a5ffd1ca8
commit c946aed8a6

View File

@@ -2,7 +2,11 @@
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2024 Harald Sitter <sitter@kde.org>
# First thing that runs inside of Arch Linux Docker containers created by build-docker.sh.
# Exit immediately if any command fails and print all commands before they are executed.
set -ex
# Bootstrap container for building and build.
./bootstrap.sh
./build.sh "$@"