diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-09-16 22:44:35 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:59 +0000 |
commit | 9b73bcf87a0bc532980dea5c0857142a7424aa69 (patch) | |
tree | e70f275dca7641cb774ad9ea7cc6c17b5a1009fa | |
parent | 8cc8eb1ca0ee78a62a14187f1a45ee676d20ece8 (diff) |
Merge bootstrap fix from Telesphoreo.
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8143,7 +8143,7 @@ static _finline void _setHomePage(Cydia *self) { [hud_ setText:@"Reorganizing\n\nWill Automatically\nClose When Done"]; [self setStatusBarShowsProgress:YES]; - [self yieldToSelector:@selector(system:) withObject:@"/usr/libexec/cydia/space.sh"]; + [self yieldToSelector:@selector(system:) withObject:@"/usr/libexec/cydia/free.sh"]; [self setStatusBarShowsProgress:NO]; [self removeProgressHUD:hud_]; |