bugs fixed

chip/stable
Alex Kaplan 8 years ago
parent 2d90c76c0d
commit c26555ed9c

@ -21,7 +21,7 @@ function cache_download {
}
while getopts ":u:f" opt; do
while getopts "uf" opt; do
case $opt in
u)
echo "updating cache"

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

Loading…
Cancel
Save