From 52b7aac4247db9dfb2d7dd8b32956ed2d9792ea6 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 30 Aug 2025 18:05:02 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index a34f889..75fcf0d 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -374,7 +374,7 @@ select_host_directory() { for dir in "${host_dirs[@]}"; do if [[ -d "$dir" ]]; then - options+=("$dir" "$(basename "$dir")") + options+=("$dir" "$(basename "$dir")") fi done