V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m49s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-28 19:06:35 +02:00
parent 4ddbea200e
commit eba147e5d2
3 changed files with 10 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
# SPDX-Security-Contact: security@coresecret.eu
# SPDX-Comment: Enforce merged-/usr symlinks inside the initramfs image.
set -eu
set -e
PREREQ=""
prereqs() { echo "${PREREQ}"; }