diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-20 13:52:22 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:11 +0000 |
commit | bd150f541dd0f3000aed7fbd16967980fb8e5123 (patch) | |
tree | 9555e5b92728966af14fadc8979c9727204aa7f2 /Library/space.sh | |
parent | d4b6208d03a2b0521c9770ed931115bc88db1eb6 (diff) |
Checkpointing a bad Cydia build (why not?).
Diffstat (limited to 'Library/space.sh')
-rwxr-xr-x | Library/space.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/space.sh b/Library/space.sh index 953ae57..3be1f0d 100755 --- a/Library/space.sh +++ b/Library/space.sh @@ -8,5 +8,5 @@ for dir in \ /System/Library/TextInput \ /usr/share do - . /usr/libexec/cydia/move.sh -v "${dir}" + . /usr/libexec/cydia/move.sh "$@" "${dir}" done |