Skip to content

Commit 2dbdfc8

Browse files
authored
Fixes unzip on Windows
1 parent 73a49fb commit 2dbdfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr

+1-1
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Cache_fill(){
380380
Err "Could not download pages archive from $U$zip_url$XU with $dl"
381381
exit 8
382382
}
383-
$unzip "$tmp/pages.zip" -d "$tmp" 'pages/*' || {
383+
$unzip "$tmp/pages.zip" -d "$tmp" 'pages/**' || {
384384
rm -- "$tmp"
385385
Err "Couldn't unzip the cache archive on $tmp/pages.zip"
386386
exit 9

0 commit comments

Comments
 (0)