commit | ef363cd1d59b71c51664642c1a4d6b3bb9acb34a | [log] [tgz] |
---|---|---|
author | Alan Orth <alan.orth@gmail.com> | Fri Sep 07 11:44:27 2012 +0300 |
committer | Adnan Begovic <adnan@cyngn.com> | Tue Oct 06 16:12:02 2015 -0700 |
tree | 5e213bcbb48a5f0450ae71a9a54ed677fcd59f5c | |
parent | 5cc45b12d823144e3045e498a837f0b356d6111a [diff] |
envsetup.sh: Fix the `reposync` function It seems ionice can't find `repo` if it's in ~/bin, even if ~/bin is in the user's $PATH. Placing repo into /usr/bin or /usr/local/ bin works, but is undesirable (build instructions from both AOSP and CM tell users to put repo into ~/bin, and repo likes to update itself from time to time). This forces the reposync function to use the full path to the repo binary. Change-Id: I9dc4a3d4ec3f39563e3a84de7321189700079c2e