summaryrefslogtreecommitdiffstats
path: root/mkosi.images/build/mkosi.build.chroot
blob: 4a3c977a78080b6355d1e26f7cae53a9f2448b77 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

if [[ "$1" == "clangd" ]]; then
    exec "$@"
fi