diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-26 12:16:52 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-26 12:16:52 +0000 |
commit | 99364ec4dfdb3e8c4ba2455b9549479efd2d1834 (patch) | |
tree | 6e9bd706d7ca78f58d17b84514b7115a5372c948 /Cydia.app/Test | |
parent | 9e98e0200604fe2c01511162ce6be0adb1de4c07 (diff) |
Cleaning up Cydia for launch.
Diffstat (limited to 'Cydia.app/Test')
-rwxr-xr-x | Cydia.app/Test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cydia.app/Test b/Cydia.app/Test index ad2582e..18ca345 100755 --- a/Cydia.app/Test +++ b/Cydia.app/Test @@ -1,6 +1,6 @@ #!/bin/bash set -e -cd "$(dirname "$0")" -scp -p saurik@carrier.saurik.com:menes/cydia/Cydia . -chmod +s Cydia -su -c ./Cydia mobile +Cydia=$(dirname "$0") +scp -p saurik@carrier.saurik.com:menes/cydia/Cydia "${Cydia}"/Cydia_ +chmod +s "${Cydia}"/Cydia_ +su -c "${Cydia}"/Cydia_ mobile |