fix linting

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
This commit is contained in:
Luca Di Maio
2025-01-19 15:14:45 +01:00
parent 5e2b7f6beb
commit 855e284886
2 changed files with 6 additions and 5 deletions

View File

@@ -450,10 +450,10 @@ export_application()
# by its launcher name.
desktop_files=$(
# shellcheck disable=SC2086
find "${canon_dirs}" -type f -print0 -o -type l -print0 |
xargs -0 -I{} grep -l -e "Exec=.*${exported_app}.*" -e "Name=.*${exported_app}.*" "{}" |
xargs -0 -I{} grep -L -e "Exec=.*${DISTROBOX_ENTER_PATH:-"distrobox-enter"}.*" "{}" |
xargs -0 -I{} printf "%s@" "{}"
find "${canon_dirs}" -type f -print0 -o -type l -print0 |
xargs -0 -I{} grep -l -e "Exec=.*${exported_app}.*" -e "Name=.*${exported_app}.*" "{}" |
xargs -0 -I{} grep -L -e "Exec=.*${DISTROBOX_ENTER_PATH:-"distrobox-enter"}.*" "{}" |
xargs -0 -I{} printf "%s@" "{}"
)
fi

View File

@@ -97,7 +97,8 @@ running them.
**Clone**
**Disclaimer**: You need to start the container once to ensure it is fully initialized and created before cloning it. The container being copied must also be stopped before the cloning process can proceed.
**Disclaimer**: You need to start the container once to ensure it is fully initialized and created
before cloning it. The container being copied must also be stopped before the cloning process can proceed.
**Available options**