fix filesize function on osx

chip/stable
Wynter Woods 8 years ago
parent f1b18688ee
commit c850341700

@ -10,7 +10,7 @@ onMac() {
filesize() {
if onMac; then
stat -f%z $1
stat -f "%z" $1
else
stat --printf="%s" $1
fi

Loading…
Cancel
Save