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:
parent
b133f57544
commit
ba3f148307
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user