diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-18 18:02:04 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-18 18:02:04 +0000 |
commit | aa8e13ddba905330352b18989888cab011b47c9f (patch) | |
tree | f256f9d4b51f0b5ee1ca8eb30ce60393d932969e /over | |
parent | 1d5ec832424a5136cc539bcd59697d3741928563 (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-x | over/usr/libexec/cydia_/space.sh | 2 |
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 ]] |