diff options
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 |