#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
-set -ex
+set -e
if [ ! -f "pkg/$PKG_SUBDIR/systemd.spec" ]; then
echo "spec not found at pkg/$PKG_SUBDIR/systemd.spec, run mkosi once with -ff to make sure the spec is cloned" >&2
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
-set -ex
+set -e
if [ ! -f "pkg/$PKG_SUBDIR/systemd.spec" ]; then
echo "spec not found at pkg/$PKG_SUBDIR/systemd.spec, run mkosi with -ff to make sure the spec is cloned" >&2
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
-set -ex
+set -e
if [ ! -f "pkg/$PKG_SUBDIR/systemd.spec" ]; then
echo "spec not found at pkg/$PKG_SUBDIR/systemd.spec, run mkosi once with -ff to make sure the spec is cloned" >&2