summaryrefslogtreecommitdiff
path: root/over
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-18 18:02:04 +0000
committerJay Freeman <saurik@saurik.com>2008-04-18 18:02:04 +0000
commitaa8e13ddba905330352b18989888cab011b47c9f (patch)
treef256f9d4b51f0b5ee1ca8eb30ce60393d932969e /over
parent1d5ec832424a5136cc539bcd59697d3741928563 (diff)
Fix arguments to move.sh.
git-svn-id: http://svn.telesphoreo.org/trunk@227 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'over')
-rwxr-xr-xover/usr/libexec/cydia_/space.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/over/usr/libexec/cydia_/space.sh b/over/usr/libexec/cydia_/space.sh
index a8148fd52..789433596 100755
--- a/over/usr/libexec/cydia_/space.sh
+++ b/over/usr/libexec/cydia_/space.sh
@@ -8,7 +8,7 @@ for dir in \
/System/Library/Fonts \
/usr/share
do
- . /usr/libexec/cydia/move.sh "${dir}" /var/"$(basename "${src}")"
+ . /usr/libexec/cydia_/move.sh "${dir}"
done
[[ $(df_ /) -gt 35651584 && $(df_ /var) -gt 35651584 ]]