From aa8e13ddba905330352b18989888cab011b47c9f Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 18 Apr 2008 18:02:04 +0000 Subject: Fix arguments to move.sh. git-svn-id: http://svn.telesphoreo.org/trunk@227 514c082c-b64e-11dc-b46d-3d985efe055d --- over/usr/libexec/cydia_/space.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'over/usr/libexec/cydia_') 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 ]] -- cgit v1.2.3