1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-21 13:34:21 +03:00

mkosi.clangd: Fail on command errors

This commit is contained in:
Daan De Meyer 2024-12-19 15:05:51 +01:00
parent b133f57544
commit ba3f148307

View File

@ -1,5 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
if command -v flatpak-spawn >/dev/null; then
SPAWN=(flatpak-spawn --host)