mkvpropedit-add-fonts: Fix with spaces in filenames
This commit is contained in:
parent
ca2136ef04
commit
7a5d16106a
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
file="$1"
|
||||
shift
|
||||
for attachment in $@; do
|
||||
for attachment in "$@"; do
|
||||
mkvpropedit --attachment-mime-type font/sfnt --add-attachment "$attachment" "$file"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue