projects
/
cydia.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use modified URL during willSendRequest:.
[cydia.git]
/
Library
/
move.sh
diff --git
a/Library/move.sh
b/Library/move.sh
index abfe2edf9b13d6e6e4408433b6f901ed84d079e2..4a15ca711039e23e032041c2067cee251bf24023 100755
(executable)
--- 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)