From d8671348927dc935df4fdc02b01874608b97e7f7 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Fri, 1 Sep 2023 15:14:43 +0800 Subject: [PATCH] ci: more debugging of why expand-paths could be failing --- commands/unziptar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/unziptar b/commands/unziptar index dc3ed3ebb..a8e6c4cfe 100755 --- a/commands/unziptar +++ b/commands/unziptar @@ -201,11 +201,11 @@ function unziptar() ( echo-style --bold='Filter:' ' ' "$filter" echo-style --bold='File:' ' ' "$file" echo-style --bold='-- expanded paths --' - expand-path "$archive_directory/$filter" + debug-bash expand-path "$archive_directory/$filter" echo-style --bold='-- expanded paths (zsh) --' expand-path-zsh "$archive_directory/$filter" echo-style --bold='-- expanded paths (bash) --' - expand-path-bash "$archive_directory/$filter" + debug-bash expand-path-bash "$archive_directory/$filter" echo-style --bold='-- filtered paths --' echo-verbose "${filtered_paths[@]}" echo-style --bold='-- ls --'