From 855e28488633eb6a5c1fc114e049518c0dc352e5 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Sun, 19 Jan 2025 15:14:45 +0100 Subject: [PATCH] fix linting Signed-off-by: Luca Di Maio --- distrobox-export | 8 ++++---- docs/usage/distrobox-assemble.md | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/distrobox-export b/distrobox-export index b8ab18f..5ed34d4 100755 --- a/distrobox-export +++ b/distrobox-export @@ -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 diff --git a/docs/usage/distrobox-assemble.md b/docs/usage/distrobox-assemble.md index 9d75475..a87752f 100644 --- a/docs/usage/distrobox-assemble.md +++ b/docs/usage/distrobox-assemble.md @@ -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**