Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [aorth@noma: ~/android/CM10]$ type -a reposync
- reposync is a function
- reposync ()
- {
- case `uname -s` in
- Darwin)
- repo sync -j 4 "$@"
- ;;
- *)
- schedtool -B -n 1 -e ionice -n 1 repo sync -j 4 "$@"
- ;;
- esac
- }
- [aorth@noma: ~/android/CM10]$ reposync
- ionice: executing repo failed: No such file or directory
- [aorth@noma: ~/android/CM10]$ which repo
- /home/aorth/bin/repo
- [aorth@noma: ~/android/CM10]$ echo $PATH
- /usr/lib/jvm/java-6-openjdk/bin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/games/bin:/opt/bin:/opt/sbin:~/bin
- [aorth@noma: ~/android/CM10]$ uname -a
- Linux noma 3.5.3-2-ck #1 SMP PREEMPT Mon Aug 27 16:04:26 EDT 2012 x86_64 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement