X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6d9712c40c02cdae090ecfc58a8a669df03ef467..86a333c657dbfca4af4d88dc639a04460de79194:/Library/move.sh diff --git a/Library/move.sh b/Library/move.sh index abfe2edf..4a15ca71 100755 --- a/Library/move.sh +++ b/Library/move.sh @@ -45,7 +45,7 @@ function shift_() { dir=${1%/} if [[ -d ${dir} && ! -h ${dir} ]]; then - used=$(du -bs "${dir}") + used=$(/usr/libexec/cydia/du -bs "${dir}") used=${used%%$'\t'*} free=$(df_ /var)