diff options
Diffstat (limited to 'Library/move.sh')
-rwxr-xr-x | Library/move.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/move.sh b/Library/move.sh index abfe2ed..4a15ca7 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) |