1
0
Fork 0
knot-resolver/scripts/test-integration-prepare.sh
Daniel Baumann fbc604e215
Adding upstream version 5.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:56:17 +02:00

8 lines
158 B
Bash
Executable file

#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
set -o errexit -o nounset
cd "${1}"
git submodule update --init --recursive
make depend &>/dev/null