From 843fcbb84771700ec5546f960eaf18ee78294c63 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Sat, 1 Aug 2026 20:01:59 +0200 Subject: [PATCH] Added line to pass tests --- mkosi.extra/usr/bin/set-up-systemd-extension | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkosi.extra/usr/bin/set-up-systemd-extension b/mkosi.extra/usr/bin/set-up-systemd-extension index 229e039..c18483a 100755 --- a/mkosi.extra/usr/bin/set-up-systemd-extension +++ b/mkosi.extra/usr/bin/set-up-systemd-extension @@ -11,6 +11,8 @@ usage() { set -e +SYSEXT_OUTPUT="$(set-up-systemd-extension -n kde -d $HOME/)" + # Check for parameters (see "usage" function above) while getopts "n:d:h" option; do case "${option}" in