Skip to content

Commit e57df58

Browse files
committed
undmg: use file name instead of pipe
There’s some issue in really big files with pipes that doesn’t occur in filename decompression.
1 parent 4694b67 commit e57df58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
unpackCmdHooks+=(_tryUnpackDmg)
22
_tryUnpackDmg() {
33
if ! [[ "$curSrc" =~ \.dmg$ ]]; then return 1; fi
4-
undmg < "$curSrc"
4+
undmg "$curSrc"
55
}

0 commit comments

Comments
 (0)