Skip to content

Commit 61782bd

Browse files
committed
fix(external): explicit wildcard match on tar
1 parent 7b19dda commit 61782bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fetch_data() {
9191
local game
9292
game="$(
9393
furl "https://github.com/netchx/netch/archive/refs/heads/main.tar.gz" |
94-
tar xOzf - 'netch-main/Storage/mode/TUNTAP/*.txt' -X "game-ignore.txt" |
94+
tar --wildcards -xOzf - 'netch-main/Storage/mode/TUNTAP/*.txt' -X "game-ignore.txt" |
9595
sed 's/#.*$//;/^$/d'
9696
)"
9797

0 commit comments

Comments
 (0)