Skip to content

Commit

Permalink
ci: more debugging of why expand-paths could be failing
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Sep 1, 2023
1 parent 29a3090 commit d867134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/unziptar
Original file line number Diff line number Diff line change
Expand Up @@ -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 --'
Expand Down

0 comments on commit d867134

Please sign in to comment.